Adds support for Discord webhooks to project integrations.
I actively use Discord instead of Slack. While Discord does have the option for Slack-compatible webhooks (by adding /slack to the webhook URL), Discord markdown syntax is not the same as Slack markdown. This has lead to weird formatting like this:
and so this PR aims to fix that by adding explicit support for Discord.
Known issues:
When editing a Discord integration, it switches back to Slack in the dropdown and you need to change it back to Discord. I don't really know Ember so I'm not sure how to fix this :confounded:
Adds support for Discord webhooks to project integrations.
I actively use Discord instead of Slack. While Discord does have the option for Slack-compatible webhooks (by adding
/slack
to the webhook URL), Discord markdown syntax is not the same as Slack markdown. This has lead to weird formatting like this:and so this PR aims to fix that by adding explicit support for Discord.
Known issues: