summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2018-01-23 17:59:41 -0300
committerGitHub <noreply@github.com>2018-01-23 17:59:41 -0300
commitf2415b98f652bc695d3825e54ac832ee468c0a63 (patch)
treec82f7b7dee16c6ccb69646aaf8a18a65fd4477ac /config
parent195ad5620402f1a3239e75ef140e64c3731abf29 (diff)
downloadchat-f2415b98f652bc695d3825e54ac832ee468c0a63.tar.gz
chat-f2415b98f652bc695d3825e54ac832ee468c0a63.tar.bz2
chat-f2415b98f652bc695d3825e54ac832ee468c0a63.zip
[ICU-621] Add ExperimentalGroupUnreadChannels setting (#8127)
* Add ExperimentalGroupUnreadChannels setting * track ExperimentalGroupUnreadChannels in diagnostics
Diffstat (limited to 'config')
-rw-r--r--config/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index 6474043cb..4bcccdf19 100644
--- a/config/default.json
+++ b/config/default.json
@@ -57,6 +57,7 @@
"CloseUnusedDirectMessages": false,
"EnableTutorial": true,
"ExperimentalEnableDefaultChannelLeaveJoinMessages": true,
+ "ExperimentalGroupUnreadChannels": false,
"ImageProxyType": "",
"ImageProxyURL": ""
},