fix: improve invite-only instructions

Signed-off-by: Chris Hultin <chrishultin@google.com>
pull/205/head
Chris Hultin 7 months ago
parent 70ced3bb80
commit 35c67c4fcc

@ -370,7 +370,13 @@ services:
### Making Your Instance Invite-only
Enable invite-only mode by setting `invite_only` in `Revolt.toml` to `true`.
Add the following section to your `Revolt.toml` file:
```toml
[api.registration]
# Whether an invite should be required for registration
# See https://github.com/revoltchat/self-hosted#making-your-instance-invite-only
invite_only = true
```
Create an invite:

Loading…
Cancel
Save