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