summary refs log tree commit diff
path: root/synapse/synapse_rust/push.pyi
diff options
context:
space:
mode:
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,