[#1094] Rate-limited follow & unfollow actions.

This commit is contained in:
Ivan Tashkinov 2019-07-16 19:18:30 +03:00
commit 889dc17abd
3 changed files with 12 additions and 0 deletions

View file

@ -647,5 +647,7 @@ Supported rate limiters:
* `:search` for the search requests (account & status search etc.)
* `:app_account_creation` for registering user accounts from the same IP address
* `:relations_actions` for actions on relations with other users (follow, unfollow)
* `:relation_id_action` for actions on relation with specific another user (follow, unfollow)
* `:statuses_actions` for create / delete / fav / unfav / reblog / unreblog actions on any statuses
* `:status_id_action` for fav / unfav or reblog / unreblog actions on the same status by the same user