We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee0fb3 commit a29b4a3Copy full SHA for a29b4a3
web/public/service-worker.js
@@ -43,7 +43,7 @@ self.addEventListener('push', event => {
43
const options = {
44
body: data.body || 'You have a new message',
45
icon: '/icons/icon-192x192.png',
46
- badge: '/icons/icon-192x192.png',
+ // badge: '/icons/icon-192x192.png',
47
data: data.url || '/'
48
};
49
event.waitUntil(self.registration.showNotification(title, options));
0 commit comments