Update chats.py

This commit is contained in:
Anonymous 2021-06-11 19:26:56 +05:30 committed by GitHub
parent c24339a8b1
commit 8b1cb2894b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ class _ParticipantsIter(RequestIter):
if not self.filter_entity(user): if not self.filter_entity(user):
continue continue
user = users[userid] user = users[user_id]
user.participant = participant user.participant = participant
self.buffer.append(user) self.buffer.append(user)