diff --git a/mylar/notifiers.py b/mylar/notifiers.py index badc3681..f4dc0383 100644 --- a/mylar/notifiers.py +++ b/mylar/notifiers.py @@ -458,13 +458,15 @@ class SLACK: module += '[NOTIFIER]' payload = { - "text": text, - "attachments": [ - { - "color": "#36a64f", - "text": attachment_text - } - ] +# "text": text, +# "attachments": [ +# { +# "color": "#36a64f", +# "text": attachment_text +# } +# ] +# FIX: #1861 move notif from attachment to msg body - bbq + "text": attachment_text } try: