Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849)

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/12863/head
Šimon Brandner 2022-05-24 18:42:32 +02:00 committed by GitHub
parent 6855024e0a
commit 042e47970b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/12849.misc Normal file
View File

@ -0,0 +1 @@
Remove `dont_notify` from the `.m.rule.room.server_acl` rule.

View File

@ -292,7 +292,7 @@ BASE_APPEND_OVERRIDE_RULES: List[Dict[str, Any]] = [
"_cache_key": "_room_server_acl",
}
],
"actions": ["dont_notify"],
"actions": [],
},
]