mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-01 03:49:24 +08:00 
			
		
		
		
	Merge pull request #2652 from Metatropics/main
Removed superflous 'Message' prefix from Pushover
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user