matrix-static
matrix-static copied to clipboard
view.matrix.org seems to be fussy about trailing slashes
this 404s https://view.matrix.org/room/!MeRdFpEonLoCwhoHeT:matrix.org but https://view.matrix.org/room/!MeRdFpEonLoCwhoHeT:matrix.org/ dosen't
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 ;)