Exclude initial channel when loading other unread channels post

This commit is contained in:
Elias Nahum
2021-10-06 20:35:01 -03:00
parent 1c041072db
commit 7f1f7110da

View File

@@ -391,7 +391,7 @@ const deferredAppEntryActions = async (
}
// defer fetching posts for unread channels on initial team
fetchPostsForUnreadChannels(serverUrl, chData.channels, chData.memberships);
fetchPostsForUnreadChannels(serverUrl, chData.channels, chData.memberships, initialChannelId);
}
// defer groups for team