From 5e312d5f3a7796b38d31836461e07bfae7f36129 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 17 May 2024 09:23:46 -0700 Subject: [🐴] Don't always show notification for everything (#4083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * don't always show a notification * nit --- src/lib/hooks/useNotificationHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/hooks/useNotificationHandler.ts') diff --git a/src/lib/hooks/useNotificationHandler.ts b/src/lib/hooks/useNotificationHandler.ts index e288ac3ad..3f1cd439d 100644 --- a/src/lib/hooks/useNotificationHandler.ts +++ b/src/lib/hooks/useNotificationHandler.ts @@ -41,7 +41,7 @@ type NotificationPayload = } const DEFAULT_HANDLER_OPTIONS = { - shouldShowAlert: true, + shouldShowAlert: false, shouldPlaySound: false, shouldSetBadge: true, } -- cgit 1.4.1