mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 11:40:11 +03:00
Not need to save (salt is out of DB)
This commit is contained in:
parent
236fccea7f
commit
f5a7a8da45
|
@ -347,7 +347,6 @@ class MtProtoSender:
|
||||||
|
|
||||||
# Our salt is unsigned, but the objects work with signed salts
|
# Our salt is unsigned, but the objects work with signed salts
|
||||||
self.session.salt = bad_salt.new_server_salt
|
self.session.salt = bad_salt.new_server_salt
|
||||||
self.session.save()
|
|
||||||
|
|
||||||
# "the bad_server_salt response is received with the
|
# "the bad_server_salt response is received with the
|
||||||
# correct salt, and the message is to be re-sent with it"
|
# correct salt, and the message is to be re-sent with it"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user