mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-31 01:55:43 +00:00
* 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.