(notification) add badge

This commit is contained in:
2020-07-11 09:44:56 +02:00
parent 389d20042e
commit 09a8545f8f

View File

@@ -22,8 +22,8 @@ export const notify: ShowNotification = async (
}
showNotification(title, {
icon: '/img/icons/apple-touch-icon.png',
vibrate: [300, 100, 400],
tag: 'pair-programming',
badge: '/img/icons/apple-touch-icon.png',
tag: 'binome',
renotify: true,
...options
})