diff --git a/files/routes/front.py b/files/routes/front.py index ed84e6c0e7..df4f35ee8a 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -111,7 +111,7 @@ def notifications(v): i += 1 g.db.commit() - if not posts: + if not posts and not reddit: listing = [] for c in comments: if c.parent_submission: