This commit is contained in:
Serhii Dylda 2020-10-10 20:18:08 +02:00
commit ee08e69529

View File

@ -408,7 +408,7 @@ class UpdateMethods:
try:
await self.get_me(input_peer=True)
except OSError:
pass
pass # might not have connection
built = EventBuilderDict(self, update, others)
for conv_set in self._conversations.values():