summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-24 09:02:49 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-24 09:02:49 -0500
commit99cbbf45dcbfae93b86703c1ba24c5e763932f39 (patch)
treedc769a58ab30aaa08be7b60ae972631294ea3448 /web/react/utils/constants.jsx
parent2090f6ad572e68ca56f1df44884fd02c5e92ad23 (diff)
parent30bf72262ef3f85ad0ad24ea8e57a14415464af3 (diff)
downloadchat-99cbbf45dcbfae93b86703c1ba24c5e763932f39.tar.gz
chat-99cbbf45dcbfae93b86703c1ba24c5e763932f39.tar.bz2
chat-99cbbf45dcbfae93b86703c1ba24c5e763932f39.zip
Merge pull request #1502 from mattermost/disable-all
Disabling the all mention
Diffstat (limited to 'web/react/utils/constants.jsx')
-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'],