redmine-slack
redmine-slack copied to clipboard
remove HTML tags with sanitize
@ozon thanks for the patch! The code above that line is meant to be escaping HTML characters already - if we expect the input to be HTML-formatted, I think the plugin needs to do something other than simply sanitizing. I believe Slack's API doesn't allow HTML and expects Markdown-style formatting (see https://api.slack.com/docs/message-formatting#message_formatting)