prosody: Fix invite URL template for new mod_invites

This commit is contained in:
Matthew Wild 2021-01-28 09:00:41 +00:00
parent eae03273ed
commit 649ab3c3db
1 changed files with 1 additions and 1 deletions

View File

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