mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Fix event loop not being passed into many asyncio calls
This commit is contained in:
@@ -43,5 +43,5 @@ class MessageContainer(TLObject):
|
||||
before = reader.tell_position()
|
||||
obj = reader.tgread_object() # May over-read e.g. RpcResult
|
||||
reader.set_position(before + length)
|
||||
messages.append(TLMessage(msg_id, seq_no, obj))
|
||||
messages.append(TLMessage(msg_id, seq_no, obj, loop=None))
|
||||
return MessageContainer(messages)
|
||||
|
Reference in New Issue
Block a user