merge leftovers
This commit is contained in:
@ -24,7 +24,8 @@ self.addEventListener('push', function (event) {
|
||||
event.waitUntil(
|
||||
registration.showNotification(data.title, {
|
||||
body: data.message,
|
||||
icon: '/icons/android-chrome-192x192.png'
|
||||
icon: '/favicon.ico',
|
||||
actions: data.actions,
|
||||
})
|
||||
)
|
||||
})
|
||||
|
Reference in New Issue
Block a user