mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-26 09:14:31 +03:00
Fix-up e2fe3eb
(packer was OK, encryption was not made)
This commit is contained in:
parent
f5bc952309
commit
939854a0dd
|
@ -342,6 +342,8 @@ class MTProtoSender:
|
|||
continue
|
||||
|
||||
try:
|
||||
# TODO Split except
|
||||
data = self._state.encrypt_message_data(data)
|
||||
await self._connection.send(data)
|
||||
except Exception:
|
||||
__log__.exception('Unhandled error while sending data')
|
||||
|
|
Loading…
Reference in New Issue
Block a user