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