diff --git a/files/routes/notifications.py b/files/routes/notifications.py index cba32d1d2f..d9d3a186a8 100644 --- a/files/routes/notifications.py +++ b/files/routes/notifications.py @@ -23,6 +23,7 @@ def clear(v): g.db.add(n) v.last_viewed_post_notifs = int(time.time()) v.last_viewed_log_notifs = int(time.time()) + v.last_viewed_reddit_notifs = int(time.time()) g.db.add(v) return {"message": "Notifications marked as read!"}