fix-my
This commit is contained in:
parent
467dbb6879
commit
b4a074e93b
|
@ -5,10 +5,12 @@ import json
|
|||
|
||||
|
||||
async def construct_unlink_buttons(actor):
|
||||
print("constructing unlink buttons")
|
||||
buttons = []
|
||||
for vouch in actor["children"]:
|
||||
for chat_id in actor["chats"]:
|
||||
r = await get_member(chat_id, vouch)
|
||||
print(r)
|
||||
member = r["result"]["user"]
|
||||
_uid, identity, username = userdata_extract(member)
|
||||
buttons.append(
|
||||
|
|
Loading…
Reference in New Issue
Block a user