Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
| | |||||
* | Some refactors around receipts stream (#16426) | Erik Johnston | 2023-10-04 | 1 | -2/+4 |
| | |||||
* | Error if attempting to set m.push_rules account data, per MSC4010. (#15555) | Patrick Cloke | 2023-05-09 | 1 | -2/+14 |
| | | | | | m.push_rules, like m.fully_read, is a special account data type that cannot be set using the normal /account_data endpoint. Return an error instead of allowing data that will not be used to be stored. | ||||
* | Update the base rules to remove the dont_notify action. (MSC3987) (#15534) | Patrick Cloke | 2023-05-04 | 1 | -0/+2 |
| | | | | | A dont_notify action is a no-op (and coalesce is undefined). These are both considered no-ops by the spec, per MSC3987 and the predefined push rules were updated to remove dont_notify from the list of actions. | ||||
* | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 1 | -1/+4 |
| | |||||
* | Add a module API to allow modules to edit push rule actions (#12406) | Brendan Abolivier | 2022-04-27 | 1 | -0/+138 |
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> |