fix(chat): fixed desktop notifications, vibrate
Build and Push Docker image / build-and-push (push) Successful in 2m2s Details

This commit is contained in:
Valentin Kolb 2024-06-12 00:18:25 +02:00
parent d6df0b1d43
commit ed2056fded
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ const sendDesktopNotification = (body: string, url: string) => {
const notification = new Notification(APP_NAME, {
body: body,
icon: `${APP_URL}/stuve-logo.svg`,
vibrate: [200, 100, 200],
data: {url: url}
})
notification.onclick = () => {