0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 10:48:56 +02:00

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

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Š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": [],
},
]