-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
Description
Problem
If you use hydrogen-view-sdk to embed some Hydrogen pieces in your own app, the URL's throughout the Hydrogen UI only use a specific routing scheme and can't be changed.
Even if you supply your own urlCreator/urlRouter and Navigation, that only controls the base part of the URL and the rest of the path is just string interpolated on top, ex.
Expected
In regards to my use case with https://github.com/matrix-org/matrix-public-archive
- For usernames/avatars: Either
matrix.toor completely remove the link because I'm not interested in having a right-toolbar show the member. - For the message timestamp: I want to replace them with
matrix.tolinks or my own scheme for permalinking and highlighting. Also want to change the timezone to UTC but that's a slightly different problem. - For the lightbox:
Remove URL and pop the lightbox with no URL change
Potential solutions
To be determined.
Reactions are currently unavailable