forked-synapse/synapse/push
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
..
__init__.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
action_generator.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
baserules.py Upgrade mypy to version 0.931 (#12030) 2022-02-18 15:57:26 +00:00
bulk_push_rule_evaluator.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
clientformat.py disallow-untyped-defs for synapse.push (#11023) 2021-10-11 17:42:10 +01:00
emailpusher.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
httppusher.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
mailer.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
presentable_names.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
push_rule_evaluator.py Fix PushRuleEvaluator and Filter to work on frozendicts (#12100) 2022-02-28 17:40:24 +00:00
push_tools.py Add type hints to event_push_actions. (#11594) 2021-12-21 13:25:34 +00:00
push_types.py Improved push typing (#11409) 2021-11-30 11:49:20 +00:00
pusher.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
pusherpool.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
rulekinds.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00