summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-15 05:13:47 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-15 08:13:47 -0400
commitdbcf8572e5af1c0c244850627437d97616098740 (patch)
tree6d87e79abc0322fa53cad805d3edeb7d707fec0f /webapp/utils/constants.jsx
parentba77aefe02159325752cfa79210f5e4b5fcef77e (diff)
downloadchat-dbcf8572e5af1c0c244850627437d97616098740.tar.gz
chat-dbcf8572e5af1c0c244850627437d97616098740.tar.bz2
chat-dbcf8572e5af1c0c244850627437d97616098740.zip
Fixed @all not working as intended (#3335)
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index a4d3aee47..428a806e9 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -170,8 +170,7 @@ export default {
POST: 5
},
- //SPECIAL_MENTIONS: ['all', 'channel'],
- SPECIAL_MENTIONS: ['channel'],
+ SPECIAL_MENTIONS: ['all', 'channel'],
CHARACTER_LIMIT: 4000,
IMAGE_TYPES: ['jpg', 'gif', 'bmp', 'png', 'jpeg'],
AUDIO_TYPES: ['mp3', 'wav', 'wma', 'm4a', 'flac', 'aac', 'ogg'],