From 5540d82ce18ff0611174dbd5567b9daf172f216f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 01:32:42 +0200 Subject: [PATCH] fsd --- files/routes/front.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 4954bedf4..064eb821a 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -103,11 +103,11 @@ def notifications(v): g.db.commit() - all = set(x[0] for x in g.db.query(Notification.comment_id).join(Comment, Notification.comment_id == Comment.id).filter(Comment.is_banned == False, + all = g.db.query(Comment).join(Notification, Notification.comment_id == Comment.id).filter(Comment.is_banned == False, Comment.deleted_utc == 0, Comment.author_id != AUTOJANNY_ID, Comment.body_html.notlike('

New rdrama mention: