From 432e78199d8f4838d169efc9a01ab9cdc906c3db Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 3 Apr 2022 19:42:03 +0200 Subject: [PATCH] fsd --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index ed84e6c0e..df4f35ee8 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: