DIsabled chat push notifications by default.

This commit is contained in:
Maxim Khlobystov 2018-07-05 15:04:53 -04:00
parent 7be5b87125
commit f3e8f18a1c
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"
},