From 1f836769fcc18f7fed72ab44d7be52fe18b2048d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 20:39:35 +0200 Subject: [PATCH] fds --- files/routes/front.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/front.py b/files/routes/front.py index 9ef802276..c3091f3c2 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -147,6 +147,7 @@ def notifications(v): for c, n in all: if n > 1620391248: c.notif_utc = n + c.replies2 = [] parent = c.parent_comment if parent and c.parent_submission: if not parent.replies2: parent.replies2 = [c]