mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-26 03:13:45 +03:00
parent
07aadf9fbf
commit
2a750fa696
|
@ -205,6 +205,10 @@ class _ParticipantsIter(requestiter.RequestIter):
|
||||||
else:
|
else:
|
||||||
user_id = participant.user_id
|
user_id = participant.user_id
|
||||||
|
|
||||||
|
if isinstance(participant, types.ChannelParticipantLeft):
|
||||||
|
# These participants should be ignored. See #3231.
|
||||||
|
continue
|
||||||
|
|
||||||
user = users[user_id]
|
user = users[user_id]
|
||||||
if not self.filter_entity(user) or user.id in self.seen:
|
if not self.filter_entity(user) or user.id in self.seen:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue
Block a user