remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 19:16:22 +02:00
parent 71b07e0798
commit 2d4dad8afa
1 changed files with 1 additions and 1 deletions

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,
)})