forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-04 01:07:55 +02:00
parent 531fffe094
commit aaf3da70d2
1 changed files with 1 additions and 0 deletions

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