From 5886d1423d2505ee98c1aadd73afcb8bbf1c3fc1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 31 Jan 2022 05:31:35 +0200 Subject: [PATCH] xcv --- 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 e6908351f..c1859f635 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -113,7 +113,7 @@ def notifications(v): listing.append(c) c.replies = c.replies2 elif c.parent_submission: - replies = set() + replies = [] for x in c.replies: if x.id not in all and x.author_id == v.id: x.voted = 1