Merge pull request #19 from horazont/feature/invite-url-suffix

Add `/` to invite URL
This commit is contained in:
Matthew Wild 2021-02-03 18:40:47 +00:00 committed by GitHub
commit c3144380de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,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