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
1 changed files with 2 additions and 0 deletions

View File

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