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

Feed templates: $SUMMARY escapes HTML thus looking unexpected #732

Closed
Mikaela opened this issue Apr 30, 2023 · 0 comments · Fixed by #738
Closed

Feed templates: $SUMMARY escapes HTML thus looking unexpected #732

Mikaela opened this issue Apr 30, 2023 · 0 comments · Fixed by #738
Labels
Feeds Involves the RSS feed service. S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.

Comments

@Mikaela
Copy link

Mikaela commented Apr 30, 2023

I am using "template": "$FEEDTITLE: $AUTHOR $LINK \n $SUMMARY" and it gets announced like:

2023-04-30T07:05:45,295126654+03:00

Released updates: [cutter-re-2.2.0-1.fc37 rizin-0.5.1-1.fc37](https://bodhi.fedoraproject.org/updates/FEDORA-2023-6bdc769313) <h1>FEDORA-2023-6bdc769313</h1> <h2>Packages in this update:</h2> <ul> <li>cutter-re-2.2.0-1.fc37</li> <li>rizin-0.5.1-1.fc37</li> </ul> <h2>Update description:</h2> <p>rebase rizin to v0.5.1 and cutter-re to 0.2.0</p>

{
    "content": {
        "body": "Released updates:  [cutter-re-2.2.0-1.fc37 rizin-0.5.1-1.fc37](https://bodhi.fedoraproject.org/updates/FEDORA-2023-6bdc769313) \n <h1>FEDORA-2023-6bdc769313</h1>\n<h2>Packages in this update:</h2>\n<ul>\n<li>cutter-re-2.2.0-1.fc37</li>\n<li>rizin-0.5.1-1.fc37</li>\n</ul>\n<h2>Update description:</h2>\n<p>rebase rizin to v0.5.1 and cutter-re to 0.2.0</p>",
        "format": "org.matrix.custom.html",
        "formatted_body": "Released updates:  <a href=\"https://bodhi.fedoraproject.org/updates/FEDORA-2023-6bdc769313\">cutter-re-2.2.0-1.fc37 rizin-0.5.1-1.fc37</a>\n&lt;h1&gt;FEDORA-2023-6bdc769313&lt;/h1&gt;\n&lt;h2&gt;Packages in this update:&lt;/h2&gt;\n&lt;ul&gt;\n&lt;li&gt;cutter-re-2.2.0-1.fc37&lt;/li&gt;\n&lt;li&gt;rizin-0.5.1-1.fc37&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h2&gt;Update description:&lt;/h2&gt;\n&lt;p&gt;rebase rizin to v0.5.1 and cutter-re to 0.2.0&lt;/p&gt;",
        "msgtype": "m.notice"
    },
    "event_id": "$RAYysEw1t0xK2F0Ot1a_EAd2CuOHbtHnCD4zojHmqS0",
    "origin_server_ts": 1682818114442,
    "sender": "@feeds:integrations.ems.host",
    "type": "m.room.message",
    "unsigned": null
}
@Half-Shot Half-Shot added Feeds Involves the RSS feed service. T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems. S-Minor Impairs non-critical functionality or suitable workarounds exist labels May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feeds Involves the RSS feed service. S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants