Update FAQ

Closes #3759.
This commit is contained in:
Lonami Exo
2023-04-06 14:32:45 +02:00
parent a657ae0134
commit fd09284598
2 changed files with 28 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ class MTProtoState:
reader = BinaryReader(body)
reader.read_long() # remote_salt
if reader.read_long() != self.id:
raise SecurityError('Server replied with a wrong session ID')
raise SecurityError('Server replied with a wrong session ID (see FAQ for details)')
remote_msg_id = reader.read_long()