From c66284d744862c2f794fbee751e04a37c3d16294 Mon Sep 17 00:00:00 2001 From: Christopher Hultin Date: Thu, 19 Feb 2026 21:15:58 -0700 Subject: [PATCH] fix: improve invite-only instructions (#205) Signed-off-by: Chris Hultin --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f31174e..43f91c5 100644 --- a/README.md +++ b/README.md @@ -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: