Add support for icon to ntfy notification provider (requires minimum ntfy server version 1.28.0 and Android app 1.14.0, no iOS support as of today)

This commit is contained in:
Christian Meis
2022-09-28 10:13:18 +02:00
parent c3eef28443
commit 6f86236b63
3 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class Ntfy extends NotificationProvider {
"message": msg,
"priority": notification.ntfyPriority || 4,
"title": "Uptime-Kuma",
"icon": notification.ntfyIcon || '',
});
return okMsg;