This commit is contained in:
Aevann1 2021-10-08 03:37:47 +02:00
parent 62a21c3821
commit e85a5994e5
2 changed files with 0 additions and 4 deletions

View file

@ -820,7 +820,6 @@ def undelete_comment(cid, v):
@app.post("/pin_comment/<cid>")
@limiter.limit("1/second")
@auth_required
@validate_formkey
def toggle_pin_comment(cid, v):