From 113509616668116981a331ce25c020d8c99d290e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 19:54:34 +0200 Subject: [PATCH] sdf --- files/routes/front.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 0a43fb4d9..48cfa6a52 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -115,16 +115,17 @@ def notifications(v): next_exists = (len(comments) > 25) comments = comments[:25] - cids = set([x[0] for x in g.db.query(Comment.id).join(Notification).filter( + cids = [x[0] for x in g.db.query(Comment.id).join(Notification).filter( Notification.user_id == v.id, Comment.is_banned == False, Comment.deleted_utc == 0, Comment.author_id != AUTOJANNY_ID, Comment.body_html.notlike('

New rdrama mention: