This commit is contained in:
@@ -368,8 +368,7 @@ async def get_authors_with_stats(
|
|||||||
).label("total_replies"),
|
).label("total_replies"),
|
||||||
)
|
)
|
||||||
.select_from(
|
.select_from(
|
||||||
replies_to_comments_subq
|
replies_to_comments_subq.outerjoin(
|
||||||
.outerjoin(
|
|
||||||
comments_on_posts_subq,
|
comments_on_posts_subq,
|
||||||
replies_to_comments_subq.c.author_id == comments_on_posts_subq.c.author_id,
|
replies_to_comments_subq.c.author_id == comments_on_posts_subq.c.author_id,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user