mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add chat sorting
This commit is contained in:
@@ -9,7 +9,7 @@ $: apiKey = $apiKeyStorage
|
||||
onMount(() => {
|
||||
if (!$started) {
|
||||
$started = true
|
||||
console.log('started', apiKey, $lastChatId, getChat($lastChatId))
|
||||
// console.log('started', apiKey, $lastChatId, getChat($lastChatId))
|
||||
if (apiKey && getChat($lastChatId)) {
|
||||
// const chatId = $lastChatId
|
||||
$lastChatId = 0
|
||||
|
||||
Reference in New Issue
Block a user