vouch-hotfix
This commit is contained in:
@@ -59,7 +59,7 @@ async def handle_button(callback_query):
|
||||
actor["children"].append(str(newcomer_id))
|
||||
Profile.save(actor)
|
||||
|
||||
chat_id = str(callback_query["message"]["chat"]["id"])
|
||||
chat_id = str(vars(callback_query["message"]["chat"])["id"])
|
||||
|
||||
print("accept join request")
|
||||
r = await approve_chat_join_request(chat_id, newcomer_id)
|
||||
|
Reference in New Issue
Block a user