mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 16:44:02 +02:00
Fix: Mattermost notification provider not sending service name
This commit is contained in:
parent
a5f6a2b99a
commit
0412bf72e0
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue