This commit is contained in:
Aevann1 2022-04-04 02:49:40 +02:00
parent 3521fa1824
commit a23211779a

View file

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