remotes/1693045480750635534/spooky-22
Aevann1 2022-01-30 23:05:29 +02:00
parent 72a0dcc64e
commit 16f2f5d927
1 changed files with 1 additions and 1 deletions

View File

@ -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