forked from Ivasoft/mattermost-mobile
Exclude initial channel when loading other unread channels post
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user