You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: