matrix-org / matrix-org/matrix.to
Add room via space url scheme
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 318
- PR merge metrics
- No merged PRs in 30d
Description
As a room join rule can rely on space and space can have a public join rule, in that case all current matrix.to url scheme fails to offer a easy way to point someone to a room.
matrix.to should offer a way to express that a specific room can be joined with other (space)room.
Current room link url scheme:
https://matrix.to/#/!cURbafjkfsMDVwdRDQ:matrix.org
Example room link via space url scheme
https://matrix.to/#/!cURbafjkfsMDVwdRDQ:matrix.org?viaRoom=#my_space_alias:matrix.org
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the URL-handling entry point for the current matrix.to room link scheme, using the example room URL in the issue as the baseline. Add support for the proposed viaRoom parameter so a room can be joined through a space room, and verify that the resulting link redirects correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100