mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add missing type to _store_own_updates
This commit is contained in:
parent
881bfaac5c
commit
1974b663a2
|
@ -715,6 +715,10 @@ class MTProtoSender:
|
||||||
)
|
)
|
||||||
upd._self_outgoing = True
|
upd._self_outgoing = True
|
||||||
self._updates_queue.put_nowait(upd)
|
self._updates_queue.put_nowait(upd)
|
||||||
|
elif obj.CONSTRUCTOR_ID == _tl.messages.InvitedUsers.CONSTRUCTOR_ID:
|
||||||
|
obj.updates._self_outgoing = True
|
||||||
|
self._updates_queue.put_nowait(obj.updates)
|
||||||
|
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user