0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 08:38:24 +02:00

Update config_documentation.md (#13364)

"changed in" goes before the example
This commit is contained in:
Richard van der Hoff 2022-07-22 13:50:20 +01:00 committed by GitHub
parent 0fa41a7b17
commit c7c84b81e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`