From b0e28ae209caa081b3d06a7f7728f9d5e0f356a2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 4 Jul 2020 10:50:34 +0200 Subject: [PATCH] :bug: (notification) force renotify on new notification --- src/utils/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/notification.ts b/src/utils/notification.ts index c85437b..cf17bbc 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -22,6 +22,7 @@ export const notify = (title: string, options?: NotificationOptions) => { icon: '/img/icons/apple-touch-icon.png', vibrate: [300, 100, 400], tag: 'pair-programming', + renotify: true, ...options }) }