mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-21 17:06: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
|
||||
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:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user