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
Этот коммит содержится в:
enahum
2016-08-24 18:10:49 -03:00
коммит произвёл GitHub
родитель deb1361a0d
Коммит e6d15f77e8
5 изменённых файлов: 50 добавлений и 44 удалений

Просмотреть файл

@@ -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',