summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-23 08:00:46 -0700
committerCorey Hulen <corey@hulen.com>2016-03-23 08:00:46 -0700
commitaed690c5891a2cff97cc5fa00648c86be54ed8ee (patch)
tree542c2032409c614fb6b73bbfb03a5cdcbdaa9773 /webapp/utils
parentc7dbffec4dc11fe13b720ae0cd18afcb5b2f6bbd (diff)
parent9239a7353af2c67a6778ff4cabd164db62087bde (diff)
downloadchat-aed690c5891a2cff97cc5fa00648c86be54ed8ee.tar.gz
chat-aed690c5891a2cff97cc5fa00648c86be54ed8ee.tar.bz2
chat-aed690c5891a2cff97cc5fa00648c86be54ed8ee.zip
Merge pull request #2512 from mattermost/plt-2473
PLT-2473, PLT-2310 Fixing websocket issues.
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 872bdb8ab..859348c73 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -83,6 +83,8 @@ export default {
SHOW_SEARCH: null,
+ USER_TYPING: null,
+
TOGGLE_IMPORT_THEME_MODAL: null,
TOGGLE_INVITE_MEMBER_MODAL: null,
TOGGLE_DELETE_POST_MODAL: null,