diff --git a/web/public/service-worker.js b/web/public/service-worker.js index 8fa3ea2b..5501ce99 100644 --- a/web/public/service-worker.js +++ b/web/public/service-worker.js @@ -43,7 +43,7 @@ self.addEventListener('push', event => { const options = { body: data.body || 'You have a new message', icon: '/icons/icon-192x192.png', - badge: '/icons/icon-192x192.png', + // badge: '/icons/icon-192x192.png', data: data.url || '/' }; event.waitUntil(self.registration.showNotification(title, options));