Merge pull request #5818 from MaximKhlobystov/disable-chat-push-notif-by-default

DIsable chat push notifications by default.
This commit is contained in:
Anton Georgiev 2018-07-05 15:21:42 -04:00 committed by GitHub
commit e16fb5ce56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"defaultSettings": {
"application": {
"chatAudioNotifications": false,
"chatPushNotifications": true,
"chatPushNotifications": false,
"fontSize": "16px",
"fallbackLocale": "en"
},

View File

@ -20,7 +20,7 @@
"defaultSettings": {
"application": {
"chatAudioNotifications": false,
"chatPushNotifications": true,
"chatPushNotifications": false,
"fontSize": "16px",
"fallbackLocale": "en"
},