mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Dashboard: Fix issue where Slack notifications won't link to users (#32861)
This commit is contained in:
parent
01150ae962
commit
d0ad2931fa
@ -281,7 +281,6 @@ func (sn *SlackNotifier) Notify(evalContext *alerting.EvalContext) error {
|
||||
"attachments": []map[string]interface{}{
|
||||
attachment,
|
||||
},
|
||||
"parse": "full", // to linkify urls, users and channels in alert message.
|
||||
}
|
||||
if len(blocks) > 0 {
|
||||
body["blocks"] = blocks
|
||||
|
Loading…
Reference in New Issue
Block a user