This commit is contained in:
严浪
2023-11-12 16:18:55 +08:00
parent 3370cc245d
commit db3ff14c71

View File

@@ -58,7 +58,7 @@ plt.show()
self.conversation_list[wxid][self.chat_type[wxid]]=self.system_content_msg[self.chat_type[wxid]]
return '已清除'
elif '#清除全部会话'==question or '#5'==question:
self.conversation_list[wxid]=self.system_content_msg[self.chat_type[wxid]]
self.conversation_list[wxid]=self.system_content_msg
return '已清除'
self.updateMessage(wxid, question, "user")