summary refs log tree commit diff
path: root/synapse/handlers/push_rules.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the base rules to remove the dont_notify action. (MSC3987) (#15534)Patrick Cloke2023-05-041-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 Johnston2022-09-201-1/+4
|
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-271-0/+138
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>