✨ (notification) add tag to replace notifications
to not stack them up
This commit is contained in:
@@ -30,6 +30,7 @@ export const notify = (
|
|||||||
showNotification(title, {
|
showNotification(title, {
|
||||||
icon: '/img/icons/apple-touch-icon.png',
|
icon: '/img/icons/apple-touch-icon.png',
|
||||||
vibrate: [300, 100, 400],
|
vibrate: [300, 100, 400],
|
||||||
|
tag: 'pair-programming',
|
||||||
...options
|
...options
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user