Niyas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/notification.js
|
|
@ -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, |
|
|
|