[🐴] Don't always show notification for everything (#4083)
* don't always show a notification * nit
This commit is contained in:
@@ -41,7 +41,7 @@ type NotificationPayload =
|
||||
}
|
||||
|
||||
const DEFAULT_HANDLER_OPTIONS = {
|
||||
shouldShowAlert: true,
|
||||
shouldShowAlert: false,
|
||||
shouldPlaySound: false,
|
||||
shouldSetBadge: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user