This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user