forked from AkkomaGang/akkoma
Apply rate limits to status updates
This commit is contained in:
parent
94e9c8f48a
commit
6ef6b2a289
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusController do
|
|||
%{scopes: ["write:bookmarks"]} when action in [:bookmark, :unbookmark]
|
||||
)
|
||||
|
||||
@rate_limited_status_actions ~w(reblog unreblog favourite unfavourite create delete)a
|
||||
@rate_limited_status_actions ~w(reblog unreblog favourite unfavourite create delete update)a
|
||||
|
||||
plug(
|
||||
RateLimiter,
|
||||
|
|
Loading…
Reference in a new issue