mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 13:14:52 +00:00
Fix get_dialogs not fetching some dialogs containing service messages
This commit is contained in:
parent
64fbcf2237
commit
924302aed5
1 changed files with 0 additions and 4 deletions
|
|
@ -302,10 +302,6 @@ class Client:
|
|||
continue
|
||||
|
||||
for message in d.messages: # type: Message
|
||||
# Only search for Messages
|
||||
if not isinstance(message, Message):
|
||||
continue
|
||||
|
||||
is_this = peer_id == message.from_id or dialog.peer == message.to_id
|
||||
|
||||
if is_this:
|
||||
|
|
|
|||
Loading…
Reference in a new issue