From f3e8f18a1c9838ba5fe34ed2d6ce538c807ba4dd Mon Sep 17 00:00:00 2001 From: Maxim Khlobystov Date: Thu, 5 Jul 2018 15:04:53 -0400 Subject: [PATCH] DIsabled chat push notifications by default. --- bigbluebutton-html5/private/config/settings-development.json | 2 +- bigbluebutton-html5/private/config/settings-production.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/private/config/settings-development.json b/bigbluebutton-html5/private/config/settings-development.json index 178d9df90e..67ab8b3127 100755 --- a/bigbluebutton-html5/private/config/settings-development.json +++ b/bigbluebutton-html5/private/config/settings-development.json @@ -20,7 +20,7 @@ "defaultSettings": { "application": { "chatAudioNotifications": false, - "chatPushNotifications": true, + "chatPushNotifications": false, "fontSize": "16px", "fallbackLocale": "en" }, diff --git a/bigbluebutton-html5/private/config/settings-production.json b/bigbluebutton-html5/private/config/settings-production.json index 97b7be467c..06330c934c 100755 --- a/bigbluebutton-html5/private/config/settings-production.json +++ b/bigbluebutton-html5/private/config/settings-production.json @@ -20,7 +20,7 @@ "defaultSettings": { "application": { "chatAudioNotifications": false, - "chatPushNotifications": true, + "chatPushNotifications": false, "fontSize": "16px", "fallbackLocale": "en" },