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

Handle url encoding on matrix.to URIs #9149

Open
turt2live opened this issue Mar 13, 2019 · 2 comments
Open

Handle url encoding on matrix.to URIs #9149

turt2live opened this issue Mar 13, 2019 · 2 comments

Comments

@turt2live
Copy link
Member

Because the spec is highly likely to say we should : matrix-org/matrix-spec-proposals#1876

turt2live added a commit to matrix-org/matrix-react-sdk that referenced this issue Mar 26, 2019
They may contain slashes, so it is not suitable to just pull the first segment after the room ID. Instead, we just recompile the event ID from known source, assuming everything afterwards is an event ID.

Fixes element-hq/element-web#8315

This will need adapting to support element-hq/element-web#9149
@turt2live turt2live added the P1 label Mar 26, 2019
@turt2live
Copy link
Member Author

I've split performing encoding to its own task because it's a different unit of work: https://github.com/vector-im/riot-web/issues/9424

@bkil
Copy link

bkil commented May 30, 2023

Related #16875

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

No branches or pull requests

6 participants