diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-07-16 19:18:30 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-07-16 19:18:30 +0300 |
commit | 889dc17abd95bd1f414646e54d7e3cdadd9afbc9 (patch) | |
tree | 948f73f1ab95dad16b66ab3d683fddffb1c1a86f /docs/config.md | |
parent | d3b922276138cf7aaa896d52a8e35113a40e22dc (diff) | |
download | pleroma-889dc17abd95bd1f414646e54d7e3cdadd9afbc9.tar.gz |
[#1094] Rate-limited follow & unfollow actions.
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 9a64f0ed7..f595caba5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 |