[🐴] Don't always show notification for everything (#4083)

* don't always show a notification

* nit
This commit is contained in:
Hailey
2024-05-17 09:23:46 -07:00
committed by GitHub
parent dd4c8d8e4f
commit 5e312d5f3a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ type NotificationPayload =
}
const DEFAULT_HANDLER_OPTIONS = {
shouldShowAlert: true,
shouldShowAlert: false,
shouldPlaySound: false,
shouldSetBadge: true,
}