From ed2056fded6705d3e80051e6f2bd4740a35ab01c Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Wed, 12 Jun 2024 00:18:25 +0200 Subject: [PATCH] fix(chat): fixed desktop notifications, vibrate --- src/pages/chat/components/ChatNavIcon.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/chat/components/ChatNavIcon.tsx b/src/pages/chat/components/ChatNavIcon.tsx index 3394b99..2d8ff1c 100644 --- a/src/pages/chat/components/ChatNavIcon.tsx +++ b/src/pages/chat/components/ChatNavIcon.tsx @@ -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 = () => {