Implement MSC4028: push all encrypted events. (#16361)

This unstable push rule is implemented behind an experimental
configuration flag.
This commit is contained in:
Patrick Cloke
2023-09-26 11:52:19 -04:00
committed by GitHub
parent 06f650f5f4
commit 17800a0e97
8 changed files with 31 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ class FilteredPushRules:
msc1767_enabled: bool,
msc3381_polls_enabled: bool,
msc3664_enabled: bool,
msc4028_push_encrypted_events: bool,
): ...
def rules(self) -> Collection[Tuple[PushRule, bool]]: ...