mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Fix sender destroy session handling was not running
This commit is contained in:
parent
0980d55c34
commit
a7db08d020
|
@ -109,8 +109,8 @@ class MTProtoSender:
|
||||||
MsgsStateReq.CONSTRUCTOR_ID: self._handle_state_forgotten,
|
MsgsStateReq.CONSTRUCTOR_ID: self._handle_state_forgotten,
|
||||||
MsgResendReq.CONSTRUCTOR_ID: self._handle_state_forgotten,
|
MsgResendReq.CONSTRUCTOR_ID: self._handle_state_forgotten,
|
||||||
MsgsAllInfo.CONSTRUCTOR_ID: self._handle_msg_all,
|
MsgsAllInfo.CONSTRUCTOR_ID: self._handle_msg_all,
|
||||||
DestroySessionOk: self._handle_destroy_session,
|
DestroySessionOk.CONSTRUCTOR_ID: self._handle_destroy_session,
|
||||||
DestroySessionNone: self._handle_destroy_session,
|
DestroySessionNone.CONSTRUCTOR_ID: self._handle_destroy_session,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Public API
|
# Public API
|
||||||
|
|
Loading…
Reference in New Issue
Block a user