mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-06-13 08:26:33 +08:00
修复不能显示最新数据的问题
This commit is contained in:
@@ -146,7 +146,7 @@ class ShowChatThread(QThread):
|
||||
# heightSingal = pyqtSignal(int)
|
||||
def __init__(self, contact):
|
||||
super().__init__()
|
||||
self.last_message_id = msg_db.get_messages_length() or 9999999
|
||||
self.last_message_id = 99999999
|
||||
self.wxid = contact.wxid
|
||||
|
||||
def run(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user