remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 02:29:02 +02:00
parent f1c217c54f
commit a96c7469f9
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ 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()