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