diff --git a/files/classes/user.py b/files/classes/user.py index 1d96712950..b392b36adf 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -498,7 +498,7 @@ class User(Base): return g.db.query(Notification).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: New site mention: New site mention: {NOTIF_MODACTION_PREFIX}%') ).order_by(Notification.created_utc.desc())