From 531fffe094fd78701def77d85cdb199e7b6e7bb1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 01:07:18 +0200 Subject: [PATCH] fdsfsd --- 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 c2d9327480..faae443851 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -140,7 +140,7 @@ def notifications(v): if c not in listing: listing.append(c) - if c.parent_submission: comms = get_comments(list(cids), v=v) + comms = get_comments(list(cids), v=v) if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}