Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor invite links #1068

Open
Velua opened this issue Feb 20, 2025 · 1 comment
Open

Refactor invite links #1068

Velua opened this issue Feb 20, 2025 · 1 comment
Assignees

Comments

@Velua
Copy link
Contributor

Velua commented Feb 20, 2025

Invite links are too long and lack context when being sent around in Slack / other instant messaging.

Add Identifier

At the the moment the URL is structured as app.chain/?token=token as it's purely a query param the server does not receive this info.
Update the link so it's structed as app.chain/token_id?token=token then using the token_id determine the sender and other context to form into a link preview and inject in meta tags for the senders site.

@swatanabe
Copy link
Collaborator

At the the moment the URL is structured as app.chain/?token=token as it's purely a query param the server does not receive this info.

What? query params are sent to the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants