forked from trent_larson/crowd-funder-for-time-pwa
update daily check title & documentation
This commit is contained in:
@@ -60,12 +60,13 @@ self.addEventListener("push", function (event) {
|
||||
}
|
||||
}
|
||||
|
||||
// This is a special value that tells the service worker that it's a daily update.
|
||||
const DAILY_UPDATE_TITLE = "DAILY_UPDATE";
|
||||
// This is a special value that tells the service worker to trigger its daily check.
|
||||
// See https://gitea.anomalistdesign.com/trent_larson/py-push-server/src/commit/c1ed026662e754348a5f91542680bd4f57e5b81e/app.py#L217
|
||||
const DAILY_UPDATE_TITLE = "DAILY_CHECK";
|
||||
|
||||
// This is a special value that tells the service worker to send a direct notification to the device, skipping filters.
|
||||
// This is shared with the notification-test code and should be a constant. Look for the same name in HelpNotificationsView.vue
|
||||
// Use something other than "Daily Update" https://gitea.anomalistdesign.com/trent_larson/py-push-server/src/commit/3c0e196c11bc98060ec5934e99e7dbd591b5da4d/app.py#L213
|
||||
// Make sure it is something other than the DAILY_UPDATE_TITLE.
|
||||
const DIRECT_PUSH_TITLE = "DIRECT_NOTIFICATION";
|
||||
|
||||
let title;
|
||||
|
||||
Reference in New Issue
Block a user