forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-04 02:27:21 +02:00
parent 677899062c
commit f1c217c54f
1 changed files with 1 additions and 0 deletions

View File

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