This commit is contained in:
Aevann1 2021-08-22 22:31:12 +02:00
parent fec6a7ada8
commit f0a9947e00
6 changed files with 17 additions and 18 deletions

View file

@ -521,7 +521,7 @@ def api_comment(v):
@app.post("/edit_comment/<cid>")
@is_not_banned
@auth_required
@validate_formkey
def edit_comment(cid, v):