Update server/notification-providers/bark.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
774fe58ddc
commit
252709ff49
|
@ -53,8 +53,8 @@ class Bark extends NotificationProvider {
|
|||
if (notification.barkGroup != null) {
|
||||
postUrl += "&group=" + notification.barkGroup;
|
||||
} else {
|
||||
postUrl += "&group=" + "UptimeKuma";
|
||||
// default group
|
||||
postUrl += "&group=" + "UptimeKuma";
|
||||
}
|
||||
// set icon to uptime kuma icon, 11kb should be fine
|
||||
postUrl += "&icon=" + barkNotificationAvatar;
|
||||
|
|
Loading…
Reference in New Issue