Add rate limit for editing (#17728)

This commit is contained in:
Eugen Rochko
2022-03-09 20:06:51 +01:00
committed by GitHub
parent 803f536cdd
commit b2cd34474b
5 changed files with 11 additions and 5 deletions

View File

@ -10,6 +10,7 @@ class Api::V1::StatusesController < Api::BaseController
before_action :set_thread, only: [:create]
override_rate_limit_headers :create, family: :statuses
override_rate_limit_headers :update, family: :statuses
# This API was originally unlimited, pagination cannot be introduced without
# breaking backwards-compatibility. Arbitrarily high number to cover most