mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 12:08:32 +03:00
6c0b44a3d7
* 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.
1 line
128 B
Text
1 line
128 B
Text
Fix a long-standing bug which could cause push notifications to malfunction if `use_frozen_dicts` was set in the configuration.
|