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

@ -23,18 +23,14 @@
],
"override": [
{
"actions": [
"dont_notify"
],
"actions": [],
"conditions": [],
"default": true,
"enabled": false,
"rule_id": ".m.rule.master"
},
{
"actions": [
"dont_notify"
],
"actions": [],
"conditions": [
{
"key": "content.msgtype",