remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 02:49:40 +02:00
parent b0fc109f30
commit f93309a875
1 changed files with 10 additions and 8 deletions

View File

@ -161,14 +161,16 @@ def notifications(v):
# if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}
# print("5: " + str(time.time() - t), flush=True)
return render_template("notifications.html",
v=v,
notifications=listing,
next_exists=next_exists,
page=page,
standalone=True,
render_replies=True
)
# return render_template("notifications.html",
# v=v,
# notifications=listing,
# next_exists=next_exists,
# page=page,
# standalone=True,
# render_replies=True
# )
return 'fuq'
@app.get("/")