Philipp Dormann
2021-07-14 21:56:38 +02:00
parent 126f00e739
commit 53e203d2f9
2 changed files with 10 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class Notification {
}
await axios.post(`${notification.gotifyserverurl}/message?token=${notification.gotifyapplicationToken}`, {
"message": msg,
"priority": 8,
"priority": notification.gotifyPriority || 8,
"title": "Uptime-Kuma"
})
return true;