diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-16 21:35:12 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-16 21:35:12 +0000 |
commit | 4ac269a2c37f335d56c91bcda81e006b6d5e6999 (patch) | |
tree | dee6a5a7d409ba7a62a9dc4dfcd4b658f814a28e /docs | |
parent | d3b922276138cf7aaa896d52a8e35113a40e22dc (diff) | |
parent | 2ba07b63f4557554cd4acc63dc8e0424612554a0 (diff) | |
download | pleroma-4ac269a2c37f335d56c91bcda81e006b6d5e6999.tar.gz |
Merge branch '1094-relation-actions-rate-limiting' into 'develop'
[#1094] Rate-limited follow & unfollow actions.
Closes #1094
See merge request pleroma/pleroma!1436
Diffstat (limited to 'docs')
-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..346b8cda2 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 all users (follow, unfollow) +* `:relation_id_action` for actions on relation with a specific 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 |