forked from coracle/flotilla
Add android fallback for background push notifications (#102)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user