🐛 (notification) force renotify on new notification

This commit is contained in:
2020-07-04 10:50:34 +02:00
parent 7733b1636d
commit b0e28ae209

View File

@@ -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
})
}