MatrixSynapse/synapse/push
Patrick Cloke 8ef324ea6f
Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051)
This replaces the specific `is_user_mention` push rule condition
used in MSC3952 with the generic `exact_event_property_contains`
push rule condition from MSC3966.
2023-03-02 08:30:51 -05:00
..
__init__.py Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
bulk_push_rule_evaluator.py Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051) 2023-03-02 08:30:51 -05:00
clientformat.py Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051) 2023-03-02 08:30:51 -05:00
emailpusher.py Remove `HomeServer.get_datastore()` (#12031) 2022-02-23 11:04:02 +00:00
httppusher.py Implement push rule evaluation in Rust. (#13838) 2022-09-29 16:12:09 +01:00
mailer.py Move `StateFilter` to `synapse.types` (#14668) 2022-12-12 16:19:30 +00:00
presentable_names.py
push_tools.py Aggregate unread notif count query for badge count calculation (#14255) 2022-11-30 08:45:06 -05:00
push_types.py Improved push typing (#11409) 2021-11-30 11:49:20 +00:00
pusher.py
pusherpool.py Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
rulekinds.py