Update chat name in UI on suggestion.

This commit is contained in:
Webifi
2023-06-08 10:59:53 -05:00
parent abbd0fd506
commit 6315fc329e

View File

@@ -553,6 +553,8 @@
response.getMessages().forEach(m => {
chat.name = m.content
})
saveChatStore()
$checkStateChange++
}
}