[🐴] Don't always show notification for everything (#4083)
* don't always show a notification * nit
This commit is contained in:
parent
dd4c8d8e4f
commit
5e312d5f3a
2 changed files with 4 additions and 2 deletions
|
@ -41,7 +41,7 @@ type NotificationPayload =
|
|||
}
|
||||
|
||||
const DEFAULT_HANDLER_OPTIONS = {
|
||||
shouldShowAlert: true,
|
||||
shouldShowAlert: false,
|
||||
shouldPlaySound: false,
|
||||
shouldSetBadge: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue