From cc3a95fdd942370bee31aac67c9476f4c8032f1d Mon Sep 17 00:00:00 2001 From: Nick Frazier Date: Thu, 27 Jul 2017 08:15:50 -0400 Subject: Added websocket event and webapp handler for updating user roles (#6953) --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index ddebec293..0ff90087a 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -233,6 +233,7 @@ export const SocketEvents = { USER_ADDED: 'user_added', USER_REMOVED: 'user_removed', USER_UPDATED: 'user_updated', + MEMBERROLE_UPDATED: 'memberrole_updated', TYPING: 'typing', PREFERENCE_CHANGED: 'preference_changed', PREFERENCES_CHANGED: 'preferences_changed', -- cgit v1.2.3-1-g7c22