Add `/` to invite URL

The new portal version will support this (see [1]). The rationale
is also explained over there, but to summarize: If the link ends
in `_` or `-`, some user agents will not linkify it correctly,
worsening the UX.

   [1]: https://github.com/snikket-im/snikket-web-portal/issues/48
This commit is contained in:
Jonas Schäfer 2021-02-03 19:01:48 +01:00
parent 84f55744f1
commit 215426c2db
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