Additional context
When removing unzoned from config, everything is notified, even when zone is not defined in "zones: -> allow: ...".
Seems there is some issue in notification filtering logic.
In log there is visible, that filters.go is missing the zone, it is suddenly empty.
In v 0.3.2 there was not such issue.
Describe the bug After upgrade to v0.3.3, using
unzoned: drop
all notifications from Frigate are dropped and claimed as unzoned.Expected behavior Only unzoned events are dropped.
To Reproduce Steps to reproduce the behavior:
unzoned: drop
inconfig.ylm
Versions:
Frigate-Notify Config:
Frigate-Notify Logs:
Additional context When removing
unzoned
from config, everything is notified, even when zone is not defined in "zones: -> allow: ...". Seems there is some issue in notification filtering logic. In log there is visible, thatfilters.go
is missing the zone, it is suddenly empty. In v 0.3.2 there was not such issue.