mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 08:14:19 -04:00
Disable pushing for server ACL events (MSC3786). (#13997)
Switches to the stable identifier for MSC3786 and enables it by default. This disables pushes of m.room.server_acl events.
This commit is contained in:
parent
27fa0fa698
commit
e70c6b720e
6 changed files with 5 additions and 25 deletions
|
@ -26,11 +26,7 @@ class PushRules:
|
|||
|
||||
class FilteredPushRules:
|
||||
def __init__(
|
||||
self,
|
||||
push_rules: PushRules,
|
||||
enabled_map: Dict[str, bool],
|
||||
msc3786_enabled: bool,
|
||||
msc3772_enabled: bool,
|
||||
self, push_rules: PushRules, enabled_map: Dict[str, bool], msc3772_enabled: bool
|
||||
): ...
|
||||
def rules(self) -> Collection[Tuple[PushRule, bool]]: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue