summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-04-28 10:10:58 -0400
committerChristopher Speller <crspeller@gmail.com>2017-04-28 10:10:58 -0400
commit1b82d98cdbb4e02d7de36c842efd858daaa69406 (patch)
tree02c8a0565e4687984dc088d950fb62ed4a0cb085 /config
parenta8cf08d6ef2fc0e08592e1466abaf3e3c9c35953 (diff)
downloadchat-1b82d98cdbb4e02d7de36c842efd858daaa69406.tar.gz
chat-1b82d98cdbb4e02d7de36c842efd858daaa69406.tar.bz2
chat-1b82d98cdbb4e02d7de36c842efd858daaa69406.zip
Add config setting to disable statuses (#6254)
Diffstat (limited to 'config')
-rw-r--r--config/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index c8a52bd86..942625fbc 100644
--- a/config/config.json
+++ b/config/config.json
@@ -43,6 +43,7 @@
"TimeBetweenUserTypingUpdatesMilliseconds": 5000,
"EnablePostSearch": true,
"EnableUserTypingMessages": true,
+ "EnableUserStatuses": true,
"ClusterLogTimeoutMilliseconds": 2000
},
"TeamSettings": {