summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-07 18:13:14 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-07 18:13:14 -0500
commit7d4a9ad376cf346826ab13b7c0d4eec60eb5cb7d (patch)
treef3e456a67acd229d7d770ead1e9d637bd75f63da /web/react/utils
parentb06f11fd632f146a204b4ef1357a8c099bade072 (diff)
downloadchat-7d4a9ad376cf346826ab13b7c0d4eec60eb5cb7d.tar.gz
chat-7d4a9ad376cf346826ab13b7c0d4eec60eb5cb7d.tar.bz2
chat-7d4a9ad376cf346826ab13b7c0d4eec60eb5cb7d.zip
Added preference_changed web socket event
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 170a16049..27cf2b175 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -35,6 +35,7 @@ export default {
RECIEVED_AUDITS: null,
RECIEVED_TEAMS: null,
RECIEVED_STATUSES: null,
+ RECIEVED_PREFERENCE: null,
RECIEVED_PREFERENCES: null,
RECIEVED_MSG: null,
@@ -74,7 +75,8 @@ export default {
NEW_USER: 'new_user',
USER_ADDED: 'user_added',
USER_REMOVED: 'user_removed',
- TYPING: 'typing'
+ TYPING: 'typing',
+ PREFERENCE_CHANGED: 'preference_changed'
},
//SPECIAL_MENTIONS: ['all', 'channel'],