follower-resolver-fix
Some checks failed
Deploy to core / deploy (push) Failing after 1m30s

This commit is contained in:
2024-02-21 13:59:17 +03:00
parent 3b867ded20
commit 9da452c2f0
2 changed files with 1 additions and 71 deletions

View File

@@ -124,7 +124,7 @@ def query_follows(user_id: str):
"topics": list(topics),
"authors": list(authors),
# "shouts": list(shouts),
"communities": {"id": 1, "name": "Дискурс", "slug": "discours"},
"communities": [{"id": 1, "name": "Дискурс", "slug": "discours"}],
}