forked from MirrorHub/synapse
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:
parent
6855024e0a
commit
042e47970b
2 changed files with 2 additions and 1 deletions
1
changelog.d/12849.misc
Normal file
1
changelog.d/12849.misc
Normal file
|
@ -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",
|
"_cache_key": "_room_server_acl",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actions": ["dont_notify"],
|
"actions": [],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue