mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix auth_key not being set
This commit is contained in:
@@ -115,6 +115,7 @@ class MTProtoSender:
|
|||||||
__log__.info('User is already connected!')
|
__log__.info('User is already connected!')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
self._auth_key.key = auth_key
|
||||||
self._connection = connection
|
self._connection = connection
|
||||||
self._user_connected = True
|
self._user_connected = True
|
||||||
await self._connect()
|
await self._connect()
|
||||||
|
Reference in New Issue
Block a user