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: