From f82667f3b86202dafff3a2a4ea56aec74c80316d Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 27 Oct 2016 12:24:30 -0300 Subject: PLT-4430 improve slow channel switching (#4331) * PLT-4430 improve slow channel switching * Update client side unit tests * Convert getChannelsUnread to getMyChannelMembers and address other feedback * Pull channel members on websocket reconnect --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index f87b36fc8..6ea8d040e 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -73,6 +73,7 @@ export const ActionTypes = keyMirror({ RECEIVED_CHANNEL: null, RECEIVED_MORE_CHANNELS: null, RECEIVED_CHANNEL_STATS: null, + RECEIVED_MY_CHANNEL_MEMBERS: null, FOCUS_POST: null, RECEIVED_POSTS: null, -- cgit v1.2.3-1-g7c22