sdf
This commit is contained in:
parent
f1a2f637d2
commit
52f88b6352
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue