diff --git a/files/routes/posts.py b/files/routes/posts.py index 602c3d68c9..0e97b91118 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -359,7 +359,7 @@ def morecomments(v, cid): votes.c.vote_type, blocking.c.id, blocked.c.id, - ).filter(Comment.top_comment_id == tcid, Comment.level > 10).join( + ).filter(Comment.top_comment_id == tcid, Comment.level > 9).join( votes, votes.c.comment_id == Comment.id, isouter=True