From f61ba202d8cdb4e3aa162fc362f880ef55871d46 Mon Sep 17 00:00:00 2001 From: henrygd Date: Fri, 14 Nov 2025 13:27:02 -0500 Subject: [PATCH] remove matrix from list of notification services that support title param (#1406) --- internal/alerts/alerts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/alerts/alerts.go b/internal/alerts/alerts.go index cee4258b..82d2c180 100644 --- a/internal/alerts/alerts.go +++ b/internal/alerts/alerts.go @@ -77,7 +77,6 @@ var supportsTitle = map[string]struct{}{ "ifttt": {}, "join": {}, "lark": {}, - "matrix": {}, "ntfy": {}, "opsgenie": {}, "pushbullet": {},