matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
464 stars 151 forks source link

<del> is not converted to IRC formatting #1554

Closed progval closed 2 weeks ago

progval commented 2 years ago

Describe the bug <del> elements in Matrix messages are sent as is-is, instead of being converted to IRC formatting

To Reproduce Steps to reproduce the behavior:

  1. Send a Matrix text message with "fo<del>o</del>o" as body
  2. IRC users receive: fo<del>o</del>o

Expected behavior IRC users should receive fo\x1eo\x1eo or fo\x1eo\x0fo

Additional context Tested when sending messages from matrix.org to libera.chat

jkhsjdhjs commented 1 month ago

This will be fixed by #1809.

jkhsjdhjs commented 2 weeks ago

This can be closed @tadzik

tadzik commented 2 weeks ago

This can be closed @tadzik

Correct, thanks!