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
parent
6855024e0a
commit
042e47970b
|
@ -0,0 +1 @@
|
|||
Remove `dont_notify` from the `.m.rule.room.server_acl` rule.
|
|
@ -292,7 +292,7 @@ BASE_APPEND_OVERRIDE_RULES: List[Dict[str, Any]] = [
|
|||
"_cache_key": "_room_server_acl",
|
||||
}
|
||||
],
|
||||
"actions": ["dont_notify"],
|
||||
"actions": [],
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue