summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-24 18:10:49 -0300
committerGitHub <noreply@github.com>2016-08-24 18:10:49 -0300
commite6d15f77e8fa4ec27e104297667b28dc5f8517ca (patch)
treeced33e8d5a3571aac144375daea1d4b16b843c37 /webapp/utils/constants.jsx
parentdeb1361a0d67421fbeacc466b57c05d10da4c631 (diff)
downloadchat-e6d15f77e8fa4ec27e104297667b28dc5f8517ca.tar.gz
chat-e6d15f77e8fa4ec27e104297667b28dc5f8517ca.tar.bz2
chat-e6d15f77e8fa4ec27e104297667b28dc5f8517ca.zip
PLT-3942 Add real-time updates for center channel profile picture popover (#3871)
* PLT-3942 Add real-time updates for center channel profile picture pop-over * Send user data with the websocket event to prevent further requests * Add helper for profile sanitation
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 8a31f6bfa..60cc82ff6 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -194,6 +194,7 @@ export const Constants = {
LEAVE_TEAM: 'leave_team',
USER_ADDED: 'user_added',
USER_REMOVED: 'user_removed',
+ USER_UPDATED: 'user_updated',
TYPING: 'typing',
PREFERENCE_CHANGED: 'preference_changed',
EPHEMERAL_MESSAGE: 'ephemeral_message',