Removed the static Slack Priority field (#8936)

* Removed the static Priority field

* Update Slack.php
This commit is contained in:
Richard Mayhew
2018-07-24 23:31:14 +02:00
committed by Tony Murray
parent a703423df8
commit d824e8db62

View File

@@ -63,13 +63,6 @@ class Slack extends Transport
'text' => $slack_msg,
'mrkdwn_in' => ['text', 'fallback'],
'author_name' => $api['author_name'],
'fields' => [
[
'title' => 'Priority',
'value' => ucfirst($obj['severity']),
'short' => false,
]
],
],
],
'channel' => $api['channel'],