summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-20 11:30:50 -0400
committerGeorge Goldberg <george@gberg.me>2017-04-20 16:30:50 +0100
commit4a49dec7ade2672a861647f508e6611cbade3905 (patch)
treebb1c665145de2fc79f5d2b0468bbd6cf90a0b195 /webapp/utils
parentff8b91027fd531880ea951bee1a0b63e506b0ae8 (diff)
downloadchat-4a49dec7ade2672a861647f508e6611cbade3905.tar.gz
chat-4a49dec7ade2672a861647f508e6611cbade3905.tar.bz2
chat-4a49dec7ade2672a861647f508e6611cbade3905.zip
PLT-1384 Synced preferences over the websocket (#6108)
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 d1bc73228..031e46b44 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -229,6 +229,8 @@ export const SocketEvents = {
USER_UPDATED: 'user_updated',
TYPING: 'typing',
PREFERENCE_CHANGED: 'preference_changed',
+ PREFERENCES_CHANGED: 'preferences_changed',
+ PREFERENCES_DELETED: 'preferences_deleted',
EPHEMERAL_MESSAGE: 'ephemeral_message',
STATUS_CHANGED: 'status_change',
HELLO: 'hello',