From d409c7c1c6a21de203c471134419726e1c7dcb12 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 30 May 2017 22:46:18 +0200 Subject: 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 --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils') 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'], -- cgit v1.2.3-1-g7c22