mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-22 04:39:20 +08:00
Merge pull request #2543 from SlothCroissant/master
Removed redundant title in Pushover notification
This commit is contained in:
@@ -10,7 +10,7 @@ class Pushover extends NotificationProvider {
|
|||||||
let pushoverlink = "https://api.pushover.net/1/messages.json";
|
let pushoverlink = "https://api.pushover.net/1/messages.json";
|
||||||
|
|
||||||
let data = {
|
let data = {
|
||||||
"message": "<b>Uptime Kuma Alert</b>\n\n<b>Message</b>:" + msg,
|
"message": "<b>Message</b>:" + msg,
|
||||||
"user": notification.pushoveruserkey,
|
"user": notification.pushoveruserkey,
|
||||||
"token": notification.pushoverapptoken,
|
"token": notification.pushoverapptoken,
|
||||||
"sound": notification.pushoversounds,
|
"sound": notification.pushoversounds,
|
||||||
|
Reference in New Issue
Block a user