This commit is contained in:
@@ -68,7 +68,7 @@ async def create_chat(_, info, title="", members=None):
|
||||
return {"chat": chat, "error": "existed"}
|
||||
|
||||
chat_id = str(uuid.uuid4())
|
||||
chat: Chat = {
|
||||
: Chat = {
|
||||
"id": chat_id,
|
||||
"members": members,
|
||||
"title": title,
|
||||
|
Reference in New Issue
Block a user