From 13a85b82005da06c82720d3b7459c3bb1bfe7bd4 Mon Sep 17 00:00:00 2001 From: II-EMC <61621465+II-EMC@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:53:36 +0200 Subject: [PATCH] fix: Mattermost notification provider not sending service name (#5760) Co-authored-by: Frank Elsinga --- server/notification-providers/mattermost.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/notification-providers/mattermost.js b/server/notification-providers/mattermost.js index 9946d02b2..32d890981 100644 --- a/server/notification-providers/mattermost.js +++ b/server/notification-providers/mattermost.js @@ -79,11 +79,13 @@ class Mattermost extends NotificationProvider { fallback: "Your " + monitorJSON.pathName + + monitorJSON.name + " service went " + statusText, color: color, title: monitorJSON.pathName + + monitorJSON.name + " service went " + statusText, title_link: monitorJSON.url,