diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-07-22 13:50:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 13:50:20 +0100 |
commit | c7c84b81e3ec3d66f3a57a8d6ba3e58dd4c81ecc (patch) | |
tree | 3034de4dbdd1b2608c7186bb4ee7fdfac3484fea /docs | |
parent | Update locked frozendict version to 2.3.3 (#13352) (diff) | |
download | synapse-c7c84b81e3ec3d66f3a57a8d6ba3e58dd4c81ecc.tar.xz |
Update config_documentation.md (#13364)
"changed in" goes before the example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 11d1574484..a10f6662eb 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1530,6 +1530,8 @@ cannot *receive* more than a burst of 5 invites at a time. In contrast, the `rc_invites.per_issuer` limit applies to the *issuer* of the invite, meaning that a `rc_invite.per_issuer.burst_count` of 5 mandates that single user cannot *send* more than a burst of 5 invites at a time. +_Changed in version 1.63:_ added the `per_issuer` limit. + Example configuration: ```yaml rc_invites: @@ -1544,8 +1546,6 @@ rc_invites: burst_count: 5 ``` -_Changed in version 1.63:_ added the `per_issuer` limit. - --- ### `rc_third_party_invite` |