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:
parent
283c5877fe
commit
e1dc5f8f53
4 changed files with 17 additions and 37 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue