mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
ircd:Ⓜ️:push: Disable the default underride rule for m.room.message.
This commit is contained in:
parent
27fe4a9d81
commit
8d1e9dee65
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ ircd::m::push::rules::defaults{R"(
|
|||
{
|
||||
"rule_id": ".m.rule.message",
|
||||
"default": true,
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue