try-to-sse

This commit is contained in:
2022-12-06 14:58:52 +03:00
parent c89d226dee
commit 00054a94ec
4 changed files with 18 additions and 9 deletions

View File

@@ -119,7 +119,6 @@ async def load_recipients(_, info, limit=50, offset=0):
try:
chat_users += await followed_authors(auth.user_id)
print("[resolvers.inbox] ")
limit = limit - len(chat_users)
except Exception:
pass