mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Do not trigger a reconnection when skipping invalid packets
This commit is contained in:
parent
7f9e841ccd
commit
b59dcd1615
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ class Session:
|
|||
self.stored_msg_ids
|
||||
)
|
||||
except SecurityCheckMismatch:
|
||||
self.connection.close()
|
||||
return
|
||||
|
||||
messages = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue