prosody: Hopefully final fix for the invite URL template

This commit is contained in:
Matthew Wild 2021-01-28 10:33:03 +00:00
parent 5f6f060480
commit cfe9f747c5
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ registration_invite_only = true
-- over what happens when a user invites someone.
allow_contact_invites = false
invites_page = ENV_SNIKKET_INVITE_URL or ("https://"..DOMAIN.."/invite?{invite.token}");
invites_page = ENV_SNIKKET_INVITE_URL or ("https://"..DOMAIN.."/invite/{invite.token}");
invites_page_external = true
c2s_require_encryption = true