From dbcf8572e5af1c0c244850627437d97616098740 Mon Sep 17 00:00:00 2001 From: David Lu Date: Wed, 15 Jun 2016 05:13:47 -0700 Subject: Fixed @all not working as intended (#3335) --- webapp/utils/constants.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webapp/utils/constants.jsx') 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'], -- cgit v1.2.3-1-g7c22