Merge pull request #5818 from MaximKhlobystov/disable-chat-push-notif-by-default
DIsable chat push notifications by default.
This commit is contained in:
commit
e16fb5ce56
@ -20,7 +20,7 @@
|
||||
"defaultSettings": {
|
||||
"application": {
|
||||
"chatAudioNotifications": false,
|
||||
"chatPushNotifications": true,
|
||||
"chatPushNotifications": false,
|
||||
"fontSize": "16px",
|
||||
"fallbackLocale": "en"
|
||||
},
|
||||
|
@ -20,7 +20,7 @@
|
||||
"defaultSettings": {
|
||||
"application": {
|
||||
"chatAudioNotifications": false,
|
||||
"chatPushNotifications": true,
|
||||
"chatPushNotifications": false,
|
||||
"fontSize": "16px",
|
||||
"fallbackLocale": "en"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user