cached-request-2
All checks were successful
deploy / deploy (push) Successful in 1m4s

This commit is contained in:
2023-12-19 19:04:35 +03:00
parent 6c7f269206
commit 92791efa9c
2 changed files with 6 additions and 3 deletions

View File

@@ -50,8 +50,6 @@ async def update_chat(_, info, chat_new: ChatUpdate):
@login_required
async def create_chat(_, info, title="", members=None):
members = members or []
print("create_chat members: %r" % members)
print("create_chat context: %r" % info.context)
user_id = info.context["user_id"]
authors_by_user, authors_by_id = get_all_authors()
author = authors_by_user[user_id]