Remove the dont_notify and coalesce push rule actions. (#1501)

* Remove the `dont_notify` and `coalesce` push rule actions.

Per MSC3987, these should both be considered no-ops.

* Remove obsolete dont_notify from default rules.

* Remove obsolete dont_notify from examples.
This commit is contained in:
Patrick Cloke 2023-05-03 09:39:49 -04:00 committed by GitHub
parent 283c5877fe
commit e1dc5f8f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 37 deletions

View file

@ -75,18 +75,14 @@ paths:
],
"override": [
{
"actions": [
"dont_notify"
],
"actions": [],
"conditions": [],
"default": true,
"enabled": false,
"rule_id": ".m.rule.master"
},
{
"actions": [
"dont_notify"
],
"actions": [],
"conditions": [
{
"key": "content.msgtype",
@ -286,9 +282,7 @@ paths:
rule itself such as the rule's `actions` and `conditions` if set.
examples:
application/json: {
"actions": [
"dont_notify"
],
"actions": [],
"pattern": "cake*lie",
"rule_id": "nocake",
"enabled": true,