Remove obsolete dont_notify from default rules.

This commit is contained in:
Patrick Cloke 2023-05-03 07:37:06 -04:00
parent 2b9c615fa9
commit db65a83b44

View file

@ -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": []
}
```