This commit is contained in:
Aevann1 2022-04-04 01:07:55 +02:00
parent d61e1e445a
commit 5a43018029

View file

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