修复引用不能显示的锅

This commit is contained in:
STDquantum 2023-12-17 18:48:22 +08:00
parent 0e9f66c57f
commit 9e6a4aadba

View File

@ -562,7 +562,7 @@ class ChildThread(QThread):
self.emoji(f, message)
elif type_ == 10000 and self.message_types.get(type_):
self.system_msg(f, message)
elif type_ == 49 and sub_type == 57 and self.message_types.get(type_):
elif type_ == 49 and sub_type == 57 and self.message_types.get(1):
self.refermsg(f, message)
f.write(html_end)
f.close()