mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
reset plan
This commit is contained in:
@@ -372,6 +372,9 @@ export default {
|
||||
if(message.action === 'chat_created') {
|
||||
this.chats = message.chat_list || [];
|
||||
this.activeChatId = message.chat_id;
|
||||
this.chatMessages = [];
|
||||
this.tokenTotal = null;
|
||||
this.activePlan = null;
|
||||
// Proactively request history to avoid any race ordering
|
||||
this.onSelectChat();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user