summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2018-01-10 14:04:04 -0800
committerChristopher Speller <crspeller@gmail.com>2018-01-10 14:04:04 -0800
commit0a9200c35d4f3c5c0462135f5f6dfe60bfe364e8 (patch)
tree6dbc6d476a25cd5fc81b606c345242521104e459 /config
parentdd9ad10d705fdbd7fbfa7323e6560b69021a2950 (diff)
downloadchat-0a9200c35d4f3c5c0462135f5f6dfe60bfe364e8.tar.gz
chat-0a9200c35d4f3c5c0462135f5f6dfe60bfe364e8.tar.bz2
chat-0a9200c35d4f3c5c0462135f5f6dfe60bfe364e8.zip
Add EnableDefaultChannelLeaveJoinMessages config setting (#7961)
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 740edee6b..6ebf29789 100644
--- a/config/default.json
+++ b/config/default.json
@@ -55,7 +55,8 @@
"ClusterLogTimeoutMilliseconds": 2000,
"EnablePreviewFeatures": true,
"CloseUnusedDirectMessages": false,
- "EnableTutorial": true
+ "EnableTutorial": true,
+ "ExperimentalEnableDefaultChannelLeaveJoinMessages": true
},
"TeamSettings": {
"SiteName": "Mattermost",