From 2e07356b3e192800e03ea1a9149ae779a828884c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Apr 2022 01:21:30 +0200 Subject: [PATCH] vdvg --- files/classes/user.py | 2 +- files/routes/front.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/classes/user.py b/files/classes/user.py index a3ae183355..ba30ff1991 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -437,7 +437,7 @@ class User(Base): @property @lazy def reddit_notifications_count(self): - return g.db.query(Notification.user_id).join(Comment).filter(Notification.user_id == self.id, Notification.read == False, Comment.is_banned == False, Comment.deleted_utc == 0, Comment.body_html.like('$

New site mention: len(listing)) elif reddit: - notifications = g.db.query(Notification, Comment).join(Comment, Notification.comment_id == Comment.id).filter(Notification.user_id == v.id, Comment.body_html.like('%

New site mention: