remotes/1693045480750635534/spooky-22
Aevann1 2021-12-31 19:59:06 +02:00
parent 720dcb80e5
commit b54a3034fa
1 changed files with 1 additions and 1 deletions

View File

@ -380,8 +380,8 @@ def morecomments(v, cid):
comment.voted = c[1] or 0
comment.is_blocking = c[2] or 0
comment.is_blocked = c[3] or 0
output.append(comment)
if c[0].parent_comment_id == int(cid): output2.append(comment)
else: output.append(comment)
comments = output2
else:
c = g.db.query(Comment).filter_by(id=cid).first()