You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
The module used in MatrixMessageParser for converting escaped HTML characters to standard characters, unescape-html, does not support the unescaping of the HTML5 encoding of ' characters, '. Because other bridges may use this encoding (for example, matrix-appservice-irc, it results in messages being sent to discord with the HTML entity encoded ' still present.
It might make sense to use a more widely used module for this such as unescape that supports the HTML5 encoding and I can submit a PR for that if you agree with the change.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The module used in MatrixMessageParser for converting escaped HTML characters to standard characters,
unescape-html
, does not support the unescaping of the HTML5 encoding of'
characters,'
. Because other bridges may use this encoding (for example, matrix-appservice-irc, it results in messages being sent to discord with the HTML entity encoded'
still present.It might make sense to use a more widely used module for this such as unescape that supports the HTML5 encoding and I can submit a PR for that if you agree with the change.
The text was updated successfully, but these errors were encountered: