This commit is contained in:
Timothy J. Baek
2024-08-04 17:04:15 +02:00
parent a084938d9c
commit 49677e9c9d
7 changed files with 17 additions and 15 deletions

View File

@@ -90,7 +90,7 @@
history: history
});
currentChatPage.set(0);
currentChatPage.set(1);
await chats.set(await getChatList(localStorage.token, $currentChatPage));
};