Commit 2e7d222f by bergquist

Revert "tech: remove unused code"

This reverts commit d9131be0.
parent d9131be0
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment