master
Aevann1 2022-02-01 09:28:14 +02:00
parent 3be6ce1a15
commit a98af997e3
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ def notifications(v):
all.add(c.id)
listing.append(c)
all = all | set([x.id for x in comments]) | set([x.id for x in listing])
comments = get_comments(all, v=v)
if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}