sorted
All checks were successful
deploy / deploy (push) Successful in 1m11s

This commit is contained in:
2023-12-17 20:13:17 +03:00
parent bb48a8ef11
commit 517de93ccd
15 changed files with 39 additions and 40 deletions

View File

@@ -1,12 +1,12 @@
import json
import uuid
import time
import uuid
from models.chat import Chat, ChatUpdate
from services.auth import login_required
from services.presence import notify_chat
from services.rediscache import redis
from services.schema import mutation
from models.chat import Chat, ChatUpdate
from services.presence import notify_chat
@mutation.field("update_chat")