remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 03:02:03 +02:00
parent 55e4580707
commit 48f26e7e27
1 changed files with 1 additions and 0 deletions

View File

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