This commit is contained in:
Aevann1 2021-08-31 19:16:22 +02:00
parent 456e85e830
commit 6f581c8199

View file

@ -204,7 +204,7 @@ def messagereply(v):
return jsonify({"html": render_template("comments.html",
v=v,
comments=[c],
comments=[new_comment],
render_replies=False,
)})