Chat List: Fix archive not being loaded correctly (#5316)
This commit is contained in:
parent
8bcfcd0c88
commit
99c3c62f6c
@ -124,6 +124,7 @@ export async function fetchChats({
|
|||||||
offsetId,
|
offsetId,
|
||||||
limit,
|
limit,
|
||||||
offsetDate,
|
offsetDate,
|
||||||
|
folderId: archived ? ARCHIVED_FOLDER_ID : undefined,
|
||||||
...(withPinned && { excludePinned: true }),
|
...(withPinned && { excludePinned: true }),
|
||||||
}));
|
}));
|
||||||
const resultPinned = withPinned
|
const resultPinned = withPinned
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user