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
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-05-30 22:46:18 +02:00
коммит произвёл Joram Wilander
родитель eab6f74594
Коммит d409c7c1c6
4 изменённых файлов: 93 добавлений и 9 удалений

Просмотреть файл

@@ -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'],