feat: sync checked read state to Dufflepud for cross-device badges (#288)
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com> Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com>
This commit was merged in pull request #288.
This commit is contained in:
@@ -175,6 +175,9 @@
|
||||
// Subscribe to page history to update checked state
|
||||
unsubscribers.push(notifications.syncChecked())
|
||||
|
||||
// Sync checked state across devices
|
||||
unsubscribers.push(notifications.syncCheckedRemote())
|
||||
|
||||
// Initialize background notifications
|
||||
unsubscribers.push(Push.sync())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user