element-hq / hydrogen-web

Lightweight matrix client with legacy and mobile browser support
Apache License 2.0
630 stars 120 forks source link

[FR] Session independent room URLs #1169

Open mrx23dot opened 1 month ago

mrx23dot commented 1 month ago

Logically room link should not depend on session/login stuff.

E.g. I cannot create a permanent link to this room without specifying the session https://hydrogen.element.io/#/session/6666628226533056/room/!FpRSTRksQOmjeEHMnl%3Amatrix.org

so all I can do is to link https://hydrogen.element.io/ and manually select the room, which is an extra step.

This wasn't a problem with full Element. https://app.element.io/#/room/!FpRSTRksQOmjeEHMnl:matrix.org

mrx23dot commented 1 month ago

Or at least provide an extra url scheme where it uses the default session for given room.