summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-05-30 22:46:18 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-05-30 16:46:18 -0400
commitd409c7c1c6a21de203c471134419726e1c7dcb12 (patch)
treea09bb0065a17f8961ffc3a2b452602ece890b88a /webapp/utils
parenteab6f7459478d23968466766cbe49185d405a056 (diff)
downloadchat-d409c7c1c6a21de203c471134419726e1c7dcb12.tar.gz
chat-d409c7c1c6a21de203c471134419726e1c7dcb12.tar.bz2
chat-d409c7c1c6a21de203c471134419726e1c7dcb12.zip
Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)
* implement PLT-6246 - Confirm before sending (at)all, (at)channel message * refactor per review * add constant to define the notify all modal
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 8ab3fc15e..2beb7c019 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -337,6 +337,7 @@ export const Constants = {
},
SPECIAL_MENTIONS: ['all', 'channel', 'here'],
+ NOTIFY_ALL_MEMBERS: 5,
CHARACTER_LIMIT: 4000,
IMAGE_TYPES: ['jpg', 'gif', 'bmp', 'png', 'jpeg'],
AUDIO_TYPES: ['mp3', 'wav', 'wma', 'm4a', 'flac', 'aac', 'ogg'],