mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 13:09:04 +08:00
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:
@@ -13,6 +13,7 @@ class Ntfy extends NotificationProvider {
|
||||
"message": msg,
|
||||
"priority": notification.ntfyPriority || 4,
|
||||
"title": "Uptime-Kuma",
|
||||
"icon": notification.ntfyIcon || '',
|
||||
});
|
||||
|
||||
return okMsg;
|
||||
|
Reference in New Issue
Block a user