diff options
author | Ivan Tashkinov <ivantbusiness@gmail.com> | 2019-07-16 16:59:02 +0000 |
---|---|---|
committer | Ivan Tashkinov <ivantbusiness@gmail.com> | 2019-07-16 16:59:02 +0000 |
commit | 2ba07b63f4557554cd4acc63dc8e0424612554a0 (patch) | |
tree | dee6a5a7d409ba7a62a9dc4dfcd4b658f814a28e | |
parent | 889dc17abd95bd1f414646e54d7e3cdadd9afbc9 (diff) | |
download | pleroma-2ba07b63f4557554cd4acc63dc8e0424612554a0.tar.gz |
Apply suggestion to docs/config.md
-rw-r--r-- | docs/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.md b/docs/config.md index f595caba5..346b8cda2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -647,7 +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) +* `: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 |