mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 10:52:18 +08:00
修复引用不能显示的锅
This commit is contained in:
parent
0e9f66c57f
commit
9e6a4aadba
@ -562,7 +562,7 @@ class ChildThread(QThread):
|
|||||||
self.emoji(f, message)
|
self.emoji(f, message)
|
||||||
elif type_ == 10000 and self.message_types.get(type_):
|
elif type_ == 10000 and self.message_types.get(type_):
|
||||||
self.system_msg(f, message)
|
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)
|
self.refermsg(f, message)
|
||||||
f.write(html_end)
|
f.write(html_end)
|
||||||
f.close()
|
f.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user