remotes/1693045480750635534/spooky-22
Aevann1 2022-04-29 16:48:13 +02:00
parent 08ed7b044b
commit b7ba495555
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ def messagereply(v):
if c.top_comment.sentto == 2:
ids = [x.id for x in c.top_comment.replies] + [c.top_comment.id]
ids = [c.top_comment.id] + [x.id for x in c.top_comment.replies]
notifications = g.db.query(Notification).filter(Notification.comment_id.in_(ids))
for n in notifications:
g.db.delete(n)