summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-02-27 17:41:12 -0300
committerChristopher Speller <crspeller@gmail.com>2017-02-27 15:41:12 -0500
commit48f97a5a2a0754bfc0e639db7cce03943e990e32 (patch)
tree74d6a48d467d245e62f1e3c526a9abf9413c71a9 /webapp/utils
parent72de977c522465bc2ee044cd4a26baf666f299a3 (diff)
downloadchat-48f97a5a2a0754bfc0e639db7cce03943e990e32.tar.gz
chat-48f97a5a2a0754bfc0e639db7cce03943e990e32.tar.bz2
chat-48f97a5a2a0754bfc0e639db7cce03943e990e32.zip
PLT-5653 Fix Create channel does not show in another device (#5548)
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 68b6f2cc0..94fad3f35 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -203,6 +203,7 @@ export const SocketEvents = {
POSTED: 'posted',
POST_EDITED: 'post_edited',
POST_DELETED: 'post_deleted',
+ CHANNEL_CREATED: 'channel_created',
CHANNEL_DELETED: 'channel_deleted',
CHANNEL_VIEWED: 'channel_viewed',
DIRECT_ADDED: 'direct_added',