diff --git a/src/global/cache.ts b/src/global/cache.ts index 4c652af78..dfc26b25a 100644 --- a/src/global/cache.ts +++ b/src/global/cache.ts @@ -439,6 +439,7 @@ function reduceChats(global: T): GlobalState['chats'] { ...global.chats, similarChannelsById: {}, isFullyLoaded: {}, + loadingParameters: INITIAL_GLOBAL_STATE.chats.loadingParameters, byId: pickTruthy(global.chats.byId, idsToSave), fullInfoById: pickTruthy(global.chats.fullInfoById, idsToSave), lastMessageIds: {