some-fixes
Some checks failed
deploy / deploy (push) Failing after 1m12s

This commit is contained in:
2023-11-22 15:09:24 +03:00
parent 4530b2a1e9
commit 856a331836
15 changed files with 63 additions and 90 deletions

View File

@@ -5,9 +5,10 @@ from datetime import datetime, timezone
from services.auth import login_required
from services.rediscache import redis
from services.schema import mutation
from validators.chat import Chat, ChatUpdate
from models.chat import Chat, ChatUpdate
from services.presence import notify_chat
@mutation.field("updateChat")
@login_required
async def update_chat(_, info, chat_new: ChatUpdate):