Hi all. We encountered an issue in a couple of instances of our discourse servers when using the RSS-polling plugin. The posts were created fine but the HTML entities were not converted in the title.
This was causing errors where the title of the post converted from an RSS feed will look like this:
I have added a fix in the form of a pull request. I have tested this fix on our discourse instance and it works ok. It also goes and edits existing posts to fix the title if they are still present in the RSS feed.
It would be awesome to get someone to review the pull request and let me know if the fix was applied correctly.