Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement MSC3958: suppress notifications from edits (#14960) | Patrick Cloke | 2023-02-03 | 1 | -0/+1 |
| | | | | | | | | Co-authored-by: Brad Murray <brad@beeper.com> Co-authored-by: Nick Barrett <nick@beeper.com> Copy the suppress_edits push rule from Beeper to implement MSC3958. https://github.com/beeper/synapse/blame/9415a1284b1bfb558bd66f28c24ca1611e6c6fa2/rust/src/push/base_rules.rs#L98-L114 | ||||
* | Support the backwards compatibility features in MSC3952. (#14958) | Patrick Cloke | 2023-02-03 | 1 | -0/+4 |
| | | | | If the feature is enabled and the event has a `m.mentions` property, skip processing of the legacy mentions rules. | ||||
* | Fix running cargo bench & test in CI. (#14943) | Patrick Cloke | 2023-01-31 | 1 | -0/+10 |
| | |||||
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 1 | -2/+7 |
| | |||||
* | Fix Rust lint CI (#14602) | Erik Johnston | 2022-12-02 | 1 | -4/+12 |
| | |||||
* | Implement push rule evaluation in Rust. (#13838) | Erik Johnston | 2022-09-29 | 2 | -0/+189 |