diff --git a/drama/routes/comments.py b/drama/routes/comments.py index 5a980b016..cf31f2f12 100644 --- a/drama/routes/comments.py +++ b/drama/routes/comments.py @@ -558,7 +558,7 @@ def api_comment(v): @app.post("/edit_comment/") -@is_not_banned +@auth_desired def edit_comment(cid, v): c = get_comment(cid, v=v)