[🐴] 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -41,7 +41,7 @@ type NotificationPayload =
}
const DEFAULT_HANDLER_OPTIONS = {
shouldShowAlert: true,
shouldShowAlert: false,
shouldPlaySound: false,
shouldSetBadge: true,
}