remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 02:06:49 +02:00
parent 6a28bf1f8f
commit f3337453f8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def notifications(v):
listing = []
for c in comments:
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_(all))).all()
cids.update(x.id for x in c.replies2)
for x in c.replies2: