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:
2026-05-29 21:15:56 +00:00
committed by hodlbod
parent ae071fefaa
commit 77256462c5
2 changed files with 109 additions and 4 deletions
+3
View File
@@ -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())