Remove unnecessary dispatch call (#29421)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2c32040e2e
Коммит
b33622e32c
@@ -241,7 +241,7 @@ export function reconnect() {
|
|||||||
dispatch(fetchAllMyTeamsChannels());
|
dispatch(fetchAllMyTeamsChannels());
|
||||||
dispatch(fetchAllMyChannelMembers());
|
dispatch(fetchAllMyChannelMembers());
|
||||||
dispatch(fetchMyCategories(currentTeamId));
|
dispatch(fetchMyCategories(currentTeamId));
|
||||||
dispatch(loadProfilesForSidebar());
|
loadProfilesForSidebar();
|
||||||
|
|
||||||
if (mostRecentPost) {
|
if (mostRecentPost) {
|
||||||
dispatch(syncPostsInChannel(currentChannelId, mostRecentPost.create_at));
|
dispatch(syncPostsInChannel(currentChannelId, mostRecentPost.create_at));
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user