diff --git a/files/routes/front.py b/files/routes/front.py index faae443851..656aeec741 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -140,6 +140,7 @@ def notifications(v): if c not in listing: listing.append(c) + print(cids) comms = get_comments(list(cids), v=v) if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}