mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +00:00
Do not trigger a reconnection when skipping invalid packets
This commit is contained in:
parent
7f9e841ccd
commit
b59dcd1615
@ -189,7 +189,6 @@ class Session:
|
||||
self.stored_msg_ids
|
||||
)
|
||||
except SecurityCheckMismatch:
|
||||
self.connection.close()
|
||||
return
|
||||
|
||||
messages = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user