Fix duplicate participants causing some users to be left out
This commit is contained in:
@@ -447,7 +447,7 @@ class Portal:
|
|||||||
break
|
break
|
||||||
participants += response.participants
|
participants += response.participants
|
||||||
users += response.users
|
users += response.users
|
||||||
offset += len(response.users)
|
offset += len(response.participants)
|
||||||
return users, participants
|
return users, participants
|
||||||
except ChatAdminRequiredError:
|
except ChatAdminRequiredError:
|
||||||
return [], []
|
return [], []
|
||||||
|
|||||||
Reference in New Issue
Block a user