🐛 (notification) force renotify on new notification
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user