Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update config_documentation.md - "changed in" should go before the example #13364

Merged
merged 1 commit into from
Jul 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -1544,8 +1546,6 @@ rc_invites:
burst_count: 5
```

_Changed in version 1.63:_ added the `per_issuer` limit.

---
### `rc_third_party_invite`

Expand Down