This commit is contained in:
parent
8c1f52f99b
commit
afe96fc909
|
@ -37,6 +37,9 @@ async def get_all_authors() -> List[ChatMember]:
|
|||
authors = await _request_endpoint(query_name, gql)
|
||||
|
||||
for a in authors:
|
||||
if a["user"] in authors_by_user:
|
||||
print("DOUBLE DOUBLE")
|
||||
print(a)
|
||||
authors_by_user[a["user"]] = a
|
||||
authors_by_id[a["id"]] = a
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user