mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
feat: Adds message ttl to pushover notification
This commit is contained in:
parent
36942de329
commit
8d05d80a5f
5 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Pushover extends NotificationProvider {
|
|||
"sound": notification.pushoversounds,
|
||||
"priority": notification.pushoverpriority,
|
||||
"title": notification.pushovertitle,
|
||||
"ttl": notification.pushoverttl,
|
||||
"retry": "30",
|
||||
"expire": "3600",
|
||||
"html": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue