Browse Source

Revert "tech: remove unused code"

This reverts commit d9131be0a5fa501445133fbd6fa25902b9ccc6c0.
bergquist 9 years ago
parent
commit
2e7d222f6e
1 changed files with 4 additions and 0 deletions
  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
 }