fix-my
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user