loadchats-fix
This commit is contained in:
@@ -25,7 +25,6 @@ async def update_chat(_, info, chat_new):
|
||||
return {"error": "chat not exist"}
|
||||
chat = dict(json.loads(chat))
|
||||
|
||||
# TODO
|
||||
if author_id in chat["admins"]:
|
||||
chat.update(
|
||||
{
|
||||
|
Reference in New Issue
Block a user