summary refs log tree commit diff
path: root/synapse/synapse_rust/push.pyi
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2024-10-14 15:24:28 +0200
committerGitHub <noreply@github.com>2024-10-14 14:24:28 +0100
commit11bc9a1b3ae21bd2041bf7cc4b93dd70a8c3b93e (patch)
tree0341329188b38abed18b0dc9288a69347061eed2 /synapse/synapse_rust/push.pyi
parentEnable the `.org.matrix.msc4028.encrypted_event` push rule by default (#17826) (diff)
downloadsynapse-11bc9a1b3ae21bd2041bf7cc4b93dd70a8c3b93e.tar.xz
Implement MSC4210: Remove legacy mentions (#17783)
Diffstat (limited to 'synapse/synapse_rust/push.pyi')
-rw-r--r--synapse/synapse_rust/push.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/synapse_rust/push.pyi b/synapse/synapse_rust/push.pyi

index 27a974e1bb..3f317c3288 100644 --- a/synapse/synapse_rust/push.pyi +++ b/synapse/synapse_rust/push.pyi
@@ -48,6 +48,7 @@ class FilteredPushRules: msc3381_polls_enabled: bool, msc3664_enabled: bool, msc4028_push_encrypted_events: bool, + msc4210_enabled: bool, ): ... def rules(self) -> Collection[Tuple[PushRule, bool]]: ... @@ -65,6 +66,7 @@ class PushRuleEvaluator: related_event_match_enabled: bool, room_version_feature_flags: Tuple[str, ...], msc3931_enabled: bool, + msc4210_enabled: bool, ): ... def run( self,