mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Remove obsolete dont_notify from default rules.
This commit is contained in:
parent
2b9c615fa9
commit
db65a83b44
|
|
@ -435,9 +435,7 @@ Definition:
|
|||
"default": true,
|
||||
"enabled": false,
|
||||
"conditions": [],
|
||||
"actions": [
|
||||
"dont_notify"
|
||||
]
|
||||
"actions": []
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -459,9 +457,7 @@ Definition:
|
|||
"pattern": "m.notice",
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
"dont_notify",
|
||||
]
|
||||
"actions": []
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -521,9 +517,7 @@ Definition:
|
|||
"pattern": "m.room.member"
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
"dont_notify"
|
||||
]
|
||||
"actions": []
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue