This commit is contained in:
Aevann1 2021-09-22 20:36:03 +02:00
parent 8a848c9f45
commit 7c0b0fc413
10 changed files with 66 additions and 128 deletions

View file

@ -295,7 +295,6 @@ def messagereply(v):
return jsonify({"html": render_template("comments.html",
v=v,
comments=[new_comment],
render_replies=False,
)})
@app.get("/2faqr/<secret>")