Commit d8d507e7 by Sixong.Zhu

u

parent 37d28d6c
Showing with 1 additions and 0 deletions
...@@ -959,6 +959,7 @@ export default { ...@@ -959,6 +959,7 @@ export default {
) { ) {
return Promise.reject(); return Promise.reject();
} }
await dbController.removeChatFromList(currentChat.id);
return await Chat.getSdk() return await Chat.getSdk()
.model(currentChat.model_name) .model(currentChat.model_name)
.chat(currentChat.obj_id, orgId()) .chat(currentChat.obj_id, orgId())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment