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]}