mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +03:00
Update telethon/client/updates.py
Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
parent
47a912150d
commit
d1dfb3b546
|
@ -408,7 +408,7 @@ class UpdateMethods:
|
||||||
try:
|
try:
|
||||||
await self.get_me(input_peer=True)
|
await self.get_me(input_peer=True)
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass # might not have connection
|
||||||
|
|
||||||
built = EventBuilderDict(self, update, others)
|
built = EventBuilderDict(self, update, others)
|
||||||
for conv_set in self._conversations.values():
|
for conv_set in self._conversations.values():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user