0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00
synapse/rust/src/push
Patrick Cloke 14be78d492
Support for MSC3758: exact_event_match push condition (#14964)
This specifies to search for an exact value match, instead of
string globbing. It only works across non-compound JSON values
(null, boolean, integer, and strings).
2023-02-10 12:37:07 -05:00
..
base_rules.rs Include no actions instead of dont_notify for suppressing edits. (#15016) 2023-02-07 18:11:16 -05:00
evaluator.rs Support for MSC3758: exact_event_match push condition (#14964) 2023-02-10 12:37:07 -05:00
mod.rs Support for MSC3758: exact_event_match push condition (#14964) 2023-02-10 12:37:07 -05:00
utils.rs Implement push rule evaluation in Rust. (#13838) 2022-09-29 16:12:09 +01:00