mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Update chat name in UI on suggestion.
This commit is contained in:
@@ -553,6 +553,8 @@
|
|||||||
response.getMessages().forEach(m => {
|
response.getMessages().forEach(m => {
|
||||||
chat.name = m.content
|
chat.name = m.content
|
||||||
})
|
})
|
||||||
|
saveChatStore()
|
||||||
|
$checkStateChange++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user