summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-28 15:19:59 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:18:26 -0400
commitaa684f0b8b81aa576997dd26fb077882651830fc (patch)
tree3af03e39c930e640e184a6e085d32b582b198056 /webapp/utils
parent5e8ab52d23862e22886ddebecd3a455b0da076b0 (diff)
downloadchat-aa684f0b8b81aa576997dd26fb077882651830fc.tar.gz
chat-aa684f0b8b81aa576997dd26fb077882651830fc.tar.bz2
chat-aa684f0b8b81aa576997dd26fb077882651830fc.zip
Added ChannelSelect component
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 1f316369a..126324de8 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -69,7 +69,9 @@ export default {
RECEIVED_PREFERENCES: null,
RECEIVED_FILE_INFO: null,
RECEIVED_INCOMING_WEBHOOKS: null,
+ RECEIVED_INCOMING_WEBHOOK: null,
RECEIVED_OUTGOING_WEBHOOKS: null,
+ RECEIVED_OUTGOING_WEBHOOK: null,
RECEIVED_MSG: null,