diff --git a/drama/routes/users.py b/drama/routes/users.py index e6518a36f..bb4ce8bd6 100644 --- a/drama/routes/users.py +++ b/drama/routes/users.py @@ -122,6 +122,7 @@ def unsubscribe(v, post_id): return "", 204 @app.post("/@/message") +@limiter.limit("10/hour") @auth_required def message2(v, username): user = get_user(username, v=v)