pull/1751/head
Super Manito 2 years ago
parent 817c941489
commit a41023ca2a

@ -50,7 +50,6 @@ class Bark extends NotificationProvider {
*/ */
appendAdditionalParameters(postUrl) { appendAdditionalParameters(postUrl) {
// grouping all our notifications // grouping all our notifications
postUrl += "?group=" + barkNotificationGroup;
if (notification.barkGroup != null) { if (notification.barkGroup != null) {
postUrl += "&group=" + notification.barkGroup; postUrl += "&group=" + notification.barkGroup;
} else { } else {

Loading…
Cancel
Save