This commit is contained in:
Aevann1 2022-04-04 03:02:03 +02:00
parent 725f60dc7d
commit 41b110c58d

View file

@ -133,6 +133,7 @@ def notifications(v):
listing = [] listing = []
for c in comments: for c in comments:
print(c.id, flush=True)
if c.parent_submission: if c.parent_submission:
if c.replies2 == None: if c.replies2 == None:
c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(cids))).all() c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(cids))).all()