Remove unnecessary dispatch call (#29421)

Этот коммит содержится в:
Devin Binnie
2024-11-28 16:28:16 -05:00
коммит произвёл GitHub
родитель 2c32040e2e
Коммит b33622e32c

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

@@ -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));