matrix-static icon indicating copy to clipboard operation
matrix-static copied to clipboard

view.matrix.org seems to be fussy about trailing slashes

Open Cadair opened this issue 7 years ago • 1 comments

this 404s https://view.matrix.org/room/!MeRdFpEonLoCwhoHeT:matrix.org but https://view.matrix.org/room/!MeRdFpEonLoCwhoHeT:matrix.org/ dosen't

Cadair avatar Sep 18 '18 14:09 Cadair

Looks like Riot-web doesn't generate links with trailing backslashes for matrix.to: https://matrix.to/#/!OGEhHVWSdvArJzumhm:matrix.org?via=matrix.org&via=riot.firechicken.net&via=privacytools.io This in turn propagates to the view.matrix.org link: https://view.matrix.org/room/!OGEhHVWSdvArJzumhm:matrix.org?via=matrix.org&via=riot.firechicken.net&via=privacytools.io Which doesn't work as a result. https://view.matrix.org/room/!OGEhHVWSdvArJzumhm:matrix.org/?via=matrix.org&via=riot.firechicken.net&via=privacytools.io works, though.

Looks like the proper fix should be here, instead of either riot-web or matrix.to ;)

MayeulC avatar Feb 18 '20 22:02 MayeulC