synapse/changelog.d/12100.bugfix
Richard van der Hoff 6c0b44a3d7
Fix PushRuleEvaluator and Filter to work on frozendicts (#12100)
* Fix `PushRuleEvaluator` to work on frozendicts

frozendicts do not (necessarily) inherit from dict, so this needs to handle
them correctly.

* Fix event filtering for frozen events

Looks like this one was introduced by #11194.
2022-02-28 17:40:24 +00:00

2 lines
128 B
Plaintext

Fix a long-standing bug which could cause push notifications to malfunction if `use_frozen_dicts` was set in the configuration.