From cfe9f747c5b6fccfa4bef8e8aecf17e24d2cbeda Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 28 Jan 2021 10:33:03 +0000 Subject: [PATCH] prosody: Hopefully final fix for the invite URL template --- ansible/files/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/prosody.cfg.lua b/ansible/files/prosody.cfg.lua index e44c18f..149a1b6 100644 --- a/ansible/files/prosody.cfg.lua +++ b/ansible/files/prosody.cfg.lua @@ -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