Enable filter push notifications by push rules (#1041)

* Enable filter push notifications by push rules

* Remove unused `filterByPushRules` parameter

* Use fallback notification only for items not filetered by the push rules

* Fix tests
This commit is contained in:
Jorge Martin Espinosa 2023-08-09 14:12:39 +02:00 committed by GitHub
parent 3f1d241b48
commit 4e94d4da6b
6 changed files with 6 additions and 10 deletions

1
changelog.d/640.bugfix Normal file
View file

@ -0,0 +1 @@
Filter push notifications using push rules.