From 710391455c06d43d7418082f5fe145bdb8575ea3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 13 Aug 2021 23:35:21 +0200 Subject: [PATCH] fdfd --- files/routes/front.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 75d69e4778..8a4ce8368f 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -41,7 +41,7 @@ def notifications(v): c._is_blocked = False c._is_blocking = False if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id: - c.replies = [] + #c.replies = [] while c.parent_comment and c.parent_comment.author_id == v.id: parent = c.parent_comment if c not in parent.replies2: @@ -52,7 +52,7 @@ def notifications(v): listing.append(c) c.replies = c.replies2 elif c.parent_submission: - c.replies = [] + #c.replies = [] if c not in listing: listing.append(c) else: