mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-20 15:15:10 +08:00
fix: Mattermost notification provider not sending service name (#5760)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
@@ -79,11 +79,13 @@ class Mattermost extends NotificationProvider {
|
|||||||
fallback:
|
fallback:
|
||||||
"Your " +
|
"Your " +
|
||||||
monitorJSON.pathName +
|
monitorJSON.pathName +
|
||||||
|
monitorJSON.name +
|
||||||
" service went " +
|
" service went " +
|
||||||
statusText,
|
statusText,
|
||||||
color: color,
|
color: color,
|
||||||
title:
|
title:
|
||||||
monitorJSON.pathName +
|
monitorJSON.pathName +
|
||||||
|
monitorJSON.name +
|
||||||
" service went " +
|
" service went " +
|
||||||
statusText,
|
statusText,
|
||||||
title_link: monitorJSON.url,
|
title_link: monitorJSON.url,
|
||||||
|
Reference in New Issue
Block a user