Merge pull request #102 from NiNiyas/pushover-enhancements

Pushover enhancements
This commit is contained in:
Louis Lam
2021-07-23 12:32:36 +08:00
committed by GitHub
2 changed files with 16 additions and 10 deletions

View File

@@ -204,7 +204,7 @@ class Notification {
}
let data = {
"message": "<b>Uptime Kuma Alert</b>\n\n<b>Message</b>:" +msg + '\n<b>Time (UTC)</b>:' +time,
"message": "<b>Uptime Kuma Alert</b>\n\n<b>Message</b>:"+msg+ '\n<b>Time (UTC)</b>:' +heartbeatJSON["time"],
"user":notification.pushoveruserkey,
"token": notification.pushoverapptoken,
"sound": notification.pushoversounds,