Revision 6f2c0d467f31951eddf0d62df499cf0de5775205 authored by Daniel Underwood on 21 June 2022, 05:34:49 UTC, committed by GitHub on 21 June 2022, 05:34:49 UTC
This change updates the UI to document the correct Group Mention format for Discord Contact Points.

The Discord API documentation (https://discord.com/developers/docs/reference#message-formatting) uses `<@&ID>` for Group Mentions, not the bare `@` shown in the alerting UI. Testing on 8.5 shows that bare `@` isn't working there.
1 parent f4f31b4
Raw File
package.json
{
  "name": "Grafana-Email-Campaign",
  "version": "1.0.0",
  "description": "Grafana Email templates based on Zurb Ink",
  "repository": "dnnsldr/",
  "author": {
    "name": "dnnsldr",
    "email": "delder@riester.com",
    "url": "https://github.com/dnnsldr"
  },
  "scripts": {
    "build": "grunt",
    "start": "grunt watch"
  },
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-premailer": "1.1.0",
    "grunt-processhtml": "^0.4.2",
    "grunt-uncss": "0.9.0",
    "load-grunt-config": "3.0.1",
    "grunt-contrib-watch": "1.1.0",
    "grunt-text-replace": "0.4.0",
    "grunt-assemble": "0.6.3",
    "grunt-contrib-clean": "2.0.0"
  }
}
back to top