We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm trying to send a link with the magnet URL scheme magnet: The href attribute is removed when the link is displayed.
magnet:
magnet
I expect the href attribute to be intact.
I may be wrong but I think we need to add the magnet scheme here : https://github.com/matrix-org/matrix-react-sdk/blob/v0.9.7/src/HtmlUtils.js#L131
For the web app:
The text was updated successfully, but these errors were encountered:
Just made a pull request to fix it : matrix-org/matrix-react-sdk#1301
Sorry, something went wrong.
Closing in favour of #15018
No branches or pull requests
Description
I'm trying to send a link with the magnet URL scheme
magnet:
The href attribute is removed when the link is displayed.
Steps to reproduce
magnet
URL scheme in the href attributeI expect the href attribute to be intact.
I may be wrong but I think we need to add the magnet scheme here :
https://github.com/matrix-org/matrix-react-sdk/blob/v0.9.7/src/HtmlUtils.js#L131
Version information
For the web app:
The text was updated successfully, but these errors were encountered: