prosody: Enable invites_page_external, we don't use built-in pages now

This commit is contained in:
Matthew Wild 2021-01-27 17:33:13 +00:00
parent 6cb87092bf
commit 0836f369c1
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ allow_registration = true
registration_invite_only = true
invites_page = ENV_SNIKKET_INVITE_URL or ("https://"..DOMAIN.."/invite?{token}");
invites_page_external = true
c2s_require_encryption = true
s2s_require_encryption = true