add initial structure for notification settings
This commit is contained in:
parent
77e270ef58
commit
e0b8ad9f14
2 changed files with 4 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export async function initServiceWorker () {
|
|||
await getOrCreateServiceWorker()
|
||||
navigator.serviceWorker.addEventListener('message', (event) => {
|
||||
console.log('SW MESSAGE', event)
|
||||
// TODO actually act upon click (open drawer on mobile for now)
|
||||
// TODO actually act upon click (open drawer on mobile, open chat/thread etc)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue