WIP: new-activity notification #231

Draft
trentlarson wants to merge 80 commits from notify-api into master
2 changed files with 907 additions and 282 deletions
Showing only changes of commit b9f19d3898 - Show all commits

1187
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -78,7 +78,7 @@ export function buildDualScheduleConfig(
relationship: {
autoLink: true,
contentTimeout: 5 * 60 * 1000, // 5 minutes
fallbackBehavior: "show_default",
fallbackBehavior: "skip", // was "show_default"
},
};
}