summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-23 12:14:50 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-23 12:14:50 -0800
commitba0cbe723be7adcfa7b5a43e50b3932f8c7a929f (patch)
tree5b641b0746daead7852ae9a0daf373f4a623efff /web/react/utils
parent6ab7df3335d414ecf864972c817e3b37b3b01abf (diff)
downloadchat-ba0cbe723be7adcfa7b5a43e50b3932f8c7a929f.tar.gz
chat-ba0cbe723be7adcfa7b5a43e50b3932f8c7a929f.tar.bz2
chat-ba0cbe723be7adcfa7b5a43e50b3932f8c7a929f.zip
Disabling the all mention
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 6281813e9..372e15556 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -68,7 +68,8 @@ export default {
TYPING: 'typing'
},
- SPECIAL_MENTIONS: ['all', 'channel'],
+ //SPECIAL_MENTIONS: ['all', 'channel'],
+ SPECIAL_MENTIONS: ['channel'],
CHARACTER_LIMIT: 4000,
IMAGE_TYPES: ['jpg', 'gif', 'bmp', 'png', 'jpeg'],
AUDIO_TYPES: ['mp3', 'wav', 'wma', 'm4a', 'flac', 'aac'],