Merge pull request #2652 from Metatropics/main

Removed superflous 'Message' prefix from Pushover
pull/2555/head^2
Louis Lam 1 year ago committed by GitHub
commit dd6a76c4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save