Exclude initial channel when loading other unread channels post
This commit is contained in:
parent
1c041072db
commit
7f1f7110da
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue