Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC3758). (#15037)
This replaces the specific `is_room_mention` push rule condition used in MSC3952 with the generic `exact_event_match` push rule condition from MSC3758. No functionality changes due to this.
Showing
- changelog.d/15037.misc 1 addition, 0 deletionschangelog.d/15037.misc
- rust/benches/evaluator.rs 0 additions, 4 deletionsrust/benches/evaluator.rs
- rust/src/push/base_rules.rs 5 additions, 2 deletionsrust/src/push/base_rules.rs
- rust/src/push/evaluator.rs 0 additions, 7 deletionsrust/src/push/evaluator.rs
- rust/src/push/mod.rs 0 additions, 13 deletionsrust/src/push/mod.rs
- stubs/synapse/synapse_rust/push.pyi 0 additions, 1 deletionstubs/synapse/synapse_rust/push.pyi
- synapse/config/experimental.py 4 additions, 3 deletionssynapse/config/experimental.py
- synapse/push/bulk_push_rule_evaluator.py 0 additions, 4 deletionssynapse/push/bulk_push_rule_evaluator.py
- tests/push/test_bulk_push_rule_evaluator.py 16 additions, 2 deletionstests/push/test_bulk_push_rule_evaluator.py
- tests/push/test_push_rule_evaluator.py 0 additions, 23 deletionstests/push/test_push_rule_evaluator.py
Loading
Please register or sign in to comment