remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 01:07:18 +02:00
parent c371b11289
commit 531fffe094
1 changed files with 1 additions and 1 deletions

View File

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