Add android fallback for background push notifications (#102)

This commit is contained in:
2026-03-19 15:32:32 +00:00
parent 7e2a0e9d5f
commit 0761cdd28f
17 changed files with 1642 additions and 515 deletions
+2 -1
View File
@@ -428,10 +428,11 @@ export type PushSubscription = {
export type PushState = {
token?: string
useFallback?: boolean
subscription?: PushSubscription
}
export const notificationState = withGetter(writable<PushState>({}))
export const pushState = withGetter(writable<PushState>({}))
// Chats