loadchats-fix

This commit is contained in:
2023-10-13 02:29:08 +03:00
parent e9b2e55502
commit 77729b30bc
2 changed files with 2 additions and 4 deletions

View File

@@ -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(
{