This commit is contained in:
Timothy Jaeryang Baek
2025-07-13 03:43:30 +04:00
parent 57156065e3
commit 2b9e30a107
3 changed files with 13 additions and 6 deletions

View File

@@ -1990,7 +1990,6 @@
history: history,
messages: createMessagesList(history, history.currentId),
tags: [],
timestamp: Date.now()
},
$selectedFolder?.id
@@ -1999,10 +1998,12 @@
_chatId = chat.id;
await chatId.set(_chatId);
window.history.replaceState(history.state, '', `/c/${_chatId}`);
await tick();
await chats.set(await getChatList(localStorage.token, $currentChatPage));
currentChatPage.set(1);
window.history.replaceState(history.state, '', `/c/${_chatId}`);
} else {
_chatId = 'local';
await chatId.set('local');