From 7f1f7110da3bc3352adf254013adf2b9dc8a6eaa Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 6 Oct 2021 20:35:01 -0300 Subject: [PATCH] Exclude initial channel when loading other unread channels post --- app/actions/remote/entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/remote/entry.ts b/app/actions/remote/entry.ts index 762ce85f8d..88569cc847 100644 --- a/app/actions/remote/entry.ts +++ b/app/actions/remote/entry.ts @@ -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