fddf
This commit is contained in:
parent
456e85e830
commit
6f581c8199
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ def messagereply(v):
|
||||||
|
|
||||||
return jsonify({"html": render_template("comments.html",
|
return jsonify({"html": render_template("comments.html",
|
||||||
v=v,
|
v=v,
|
||||||
comments=[c],
|
comments=[new_comment],
|
||||||
render_replies=False,
|
render_replies=False,
|
||||||
)})
|
)})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue