|
|
@ -53,8 +53,8 @@ class Bark extends NotificationProvider {
|
|
|
|
if (notification.barkGroup != null) {
|
|
|
|
if (notification.barkGroup != null) {
|
|
|
|
postUrl += "&group=" + notification.barkGroup;
|
|
|
|
postUrl += "&group=" + notification.barkGroup;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
postUrl += "&group=" + "UptimeKuma";
|
|
|
|
|
|
|
|
// default group
|
|
|
|
// default group
|
|
|
|
|
|
|
|
postUrl += "&group=" + "UptimeKuma";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// set icon to uptime kuma icon, 11kb should be fine
|
|
|
|
// set icon to uptime kuma icon, 11kb should be fine
|
|
|
|
postUrl += "&icon=" + barkNotificationAvatar;
|
|
|
|
postUrl += "&icon=" + barkNotificationAvatar;
|
|
|
|