Skip to content
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

Links containing markdown-like text passed incorrectly #315

Open
lheckemann opened this issue Nov 5, 2019 · 0 comments
Open

Links containing markdown-like text passed incorrectly #315

lheckemann opened this issue Nov 5, 2019 · 0 comments
Labels
substitutions An issue relating to translation of event content between Slack and Matrix. T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.

Comments

@lheckemann
Copy link

lheckemann commented Nov 5, 2019

{
 […]
 "content": {
    "body": "<https://twitter.com/_julijane_/status/1191323349609254912>",
    "format": "org.matrix.custom.html",
    "formatted_body": "<a href=\"https://twitter.com/<em>julijane</em>/status/1191323349609254912\">https://twitter.com/<em>julijane</em>/status/1191323349609254912</a>",
    "msgtype": "m.text"
  }
  […]
}

I'm not sure to what extent this is a slack bridge problem and to what extent it's a Riot problem (riot has its own problems when you try to send this URL in a chat: element-hq/element-web#4674), but I don't think this message should be getting those <em> tags.

@Cadair Cadair added the substitutions An issue relating to translation of event content between Slack and Matrix. label Sep 28, 2020
@jaller94 jaller94 added the T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems. label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
substitutions An issue relating to translation of event content between Slack and Matrix. T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.
Projects
None yet
Development

No branches or pull requests

3 participants