mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 19:42:29 +00:00
Fix-up e2fe3eb
(packer was OK, encryption was not made)
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user