mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 00:27:03 -05: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:
parent
6855024e0a
commit
042e47970b
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…
x
Reference in New Issue
Block a user