Fix chat copy rename

This commit is contained in:
Webifi 2023-05-29 13:38:08 -05:00
parent 9a7144f278
commit 70049f9b64
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@
// Set the ID
chatCopy.id = newChatID()
// Set new name
chatCopy.name = cname
// Add a new chat
chats.push(chatCopy)