new-query-fix2
This commit is contained in:
parent
e648091a3c
commit
792d60453a
|
@ -92,7 +92,7 @@ async def user_subscriptions(user_id: int):
|
||||||
t.slug for t in followed_topics(user_id)
|
t.slug for t in followed_topics(user_id)
|
||||||
], # followed topics slugs
|
], # followed topics slugs
|
||||||
"authors": [
|
"authors": [
|
||||||
a.slug for a in await followed_authors(user_id)
|
a.slug for a in followed_authors(user_id)
|
||||||
], # followed authors slugs
|
], # followed authors slugs
|
||||||
"reactions": await followed_reactions(user_id)
|
"reactions": await followed_reactions(user_id)
|
||||||
# "communities": [c.slug for c in followed_communities(slug)], # communities
|
# "communities": [c.slug for c in followed_communities(slug)], # communities
|
||||||
|
|
Loading…
Reference in New Issue
Block a user