UX: Allow a fixed suffix on invite links (e.g. /show) to avoid issues with URL highlighters which do not extend to _ or - #48
Labels
enhancement
New feature or request
Milestone
I had an invite code which ended with _ and a recipient was unable to tap it because the URL highlighter did not include the _ in the link. To fight that, we should add a suffix (like
/show
) to the path in the web portal.To not break existing links, we should redirect from the bare invite to the
/show
URL inside the portal.The text was updated successfully, but these errors were encountered: