remotes/1693045480750635534/spooky-22
Aevann1 2022-02-17 08:31:29 +02:00
parent 94f2662cab
commit 21bd22d423
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def notifications(v):
else:
while c.parent_comment:
c = c.parent_comment
c.replies = g.db.query(Comment).filter_by(parent_comment_id=c.id).all()
c.replies = g.db.query(Comment).filter_by(parent_comment_id=c.id).order_by(Comment.id).all()
if c not in listing: listing.append(c)