Fix chat copy rename
This commit is contained in:
parent
9a7144f278
commit
70049f9b64
|
@ -243,6 +243,8 @@
|
||||||
|
|
||||||
// Set the ID
|
// Set the ID
|
||||||
chatCopy.id = newChatID()
|
chatCopy.id = newChatID()
|
||||||
|
// Set new name
|
||||||
|
chatCopy.name = cname
|
||||||
|
|
||||||
// Add a new chat
|
// Add a new chat
|
||||||
chats.push(chatCopy)
|
chats.push(chatCopy)
|
||||||
|
|
Loading…
Reference in New Issue