From 7f4691c79d6dc037f80897d20439fba50efc162c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 1 Dec 2022 00:33:41 +0200 Subject: [PATCH] fix prev commit --- files/routes/notifications.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/routes/notifications.py b/files/routes/notifications.py index 615fd56fe..c66adb425 100644 --- a/files/routes/notifications.py +++ b/files/routes/notifications.py @@ -225,13 +225,16 @@ def notifications_reddit(v:User): if not v.can_view_offsitementions: abort(403) listing = g.db.query(Comment).filter( - Comment.created_utc > v.last_viewed_reddit_notifs, Comment.body_html.like('%

New site mention%