Removed redundant title in Pushover notification

This commit is contained in:
SlothCroissant 2023-01-05 10:53:41 -06:00 committed by ryan@ryanb.tv
parent bc7271b99c
commit f8658d6160

View file

@ -10,7 +10,7 @@ class Pushover extends NotificationProvider {
let pushoverlink = "https://api.pushover.net/1/messages.json";
let data = {
"message": "<b>Uptime Kuma Alert</b>\n\n<b>Message</b>:" + msg,
"message": "<b>Message</b>:" + msg,
"user": notification.pushoveruserkey,
"token": notification.pushoverapptoken,
"sound": notification.pushoversounds,