summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-15 10:57:09 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-16 11:48:55 -0400
commit20723437aa607abdfa0e9353927e8bf8694a6b2c (patch)
tree8d4d35d21b3890fadd40f8d10494e71bfb366a41 /web/react/utils
parent2b5ec4a3c076bb1f18eeafbd96b0a80c6b8bfbaa (diff)
downloadchat-20723437aa607abdfa0e9353927e8bf8694a6b2c.tar.gz
chat-20723437aa607abdfa0e9353927e8bf8694a6b2c.tar.bz2
chat-20723437aa607abdfa0e9353927e8bf8694a6b2c.zip
Fix typing socket constant
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index b2e9bc6a7..5eb8378ca 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -56,7 +56,7 @@ module.exports = {
NEW_USER: 'new_user',
USER_ADDED: 'user_added',
USER_REMOVED: 'user_removed',
- TYPING: 'user_typing'
+ TYPING: 'typing'
},
SPECIAL_MENTIONS: ['all', 'channel'],