mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +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
|
self.stored_msg_ids
|
||||||
)
|
)
|
||||||
except SecurityCheckMismatch:
|
except SecurityCheckMismatch:
|
||||||
self.connection.close()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
messages = (
|
messages = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue