-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Element search should understand matrix.to links #21695
Comments
Hello, I would like to work on this. |
Thank you for your interest in this issue. We will normally not assign the issue to an external contributor until they have provided at least a draft PR which is taking the right direction. For further details, see our guidance on assigning issues. If you have any technical questions about this issue, you can ask for help in #element-dev:matrix.org |
Thank you. I have drafted a pull request for this issue. |
just a clarification, identifiers such as |
This comment was marked as resolved.
This comment was marked as resolved.
Currently pasting a matrix.to link shows this message
|
Your use case
What would you like to do?
People are likely to copy-paste a matrix.to URL and think that's the identifier of the room they want to join, and then use the search function (ctrl+K) to find it.
Search should be smart enough to recognise a matrix.to link (such as https://matrix.to/#/#webrtc:matrix.org) and strip everything before the room ID to help the user find what they are looking.
Why would you like to do it?
Reduces prior knowledge needed to use the matrix ecosystem.
How would you like to achieve it?
Enhance search on Element web (and Android and iOS).
Have you considered any alternatives?
Improve matrix.to to reliably detect any running Element instance. Currently, it has no way of knowing that myrandomriot.example.com running in a random tab is actually an instance of Element that could be used to join the target of the matrix.to link.
Webmails are capable of registering with Firefox's applications, maybe Element instances could do the same, for a
matrixto
content type.Additional context
No response
The text was updated successfully, but these errors were encountered: