Explorar o código

Revert "tech: remove unused code"

This reverts commit d9131be0a5fa501445133fbd6fa25902b9ccc6c0.
bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
2e7d222f6e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pkg/services/alerting/notifier.go

+ 4 - 0
pkg/services/alerting/notifier.go

@@ -31,6 +31,10 @@ func (n *RootNotifier) NeedsImage() bool {
 	return false
 }
 
+func (n *RootNotifier) PassesFilter(rule *Rule) bool {
+	return false
+}
+
 func (n *RootNotifier) GetNotifierId() int64 {
 	return 0
 }