discourse-slack-plugin icon indicating copy to clipboard operation
discourse-slack-plugin copied to clipboard

Send notifications to slack for new topics in discourse

Results 4 discourse-slack-plugin issues
Sort by recently updated
recently updated
newest added

This PR adds more of Slack's attachment formatting to improve the formatting of posts a bit (including author icon + link).

I share a discourse installation with an entirely separate organization. We both separately use slack. It would be great if updates to the single discourse could be pushed to both...

If you define the `SiteSetting.slack_channel` to include `{category}`, the plugin will substitute the `Post` category name. For example: If you have defined: `SiteSetting.slack_channel = "#discourse-{category}"` and you create a new...