mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04: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,
|
"default": true,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"conditions": [],
|
"conditions": [],
|
||||||
"actions": [
|
"actions": []
|
||||||
"dont_notify"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -459,9 +457,7 @@ Definition:
|
||||||
"pattern": "m.notice",
|
"pattern": "m.notice",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actions": [
|
"actions": []
|
||||||
"dont_notify",
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -521,9 +517,7 @@ Definition:
|
||||||
"pattern": "m.room.member"
|
"pattern": "m.room.member"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actions": [
|
"actions": []
|
||||||
"dont_notify"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue