diff --git a/webapp/channels/src/actions/websocket_actions.jsx b/webapp/channels/src/actions/websocket_actions.jsx index 85d0f921bc..7dfb6306ed 100644 --- a/webapp/channels/src/actions/websocket_actions.jsx +++ b/webapp/channels/src/actions/websocket_actions.jsx @@ -241,7 +241,7 @@ export function reconnect() { dispatch(fetchAllMyTeamsChannels()); dispatch(fetchAllMyChannelMembers()); dispatch(fetchMyCategories(currentTeamId)); - dispatch(loadProfilesForSidebar()); + loadProfilesForSidebar(); if (mostRecentPost) { dispatch(syncPostsInChannel(currentChannelId, mostRecentPost.create_at));