summary refs log tree commit diff
path: root/stubs/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-03-07 10:06:02 -0500
committerGitHub <noreply@github.com>2023-03-07 10:06:02 -0500
commit820f02b70badfc04d35c95f8ffb9682c8310e91e (patch)
tree8a77e9468656b0d75d968a5a309541e9a0b1d256 /stubs/synapse
parentRemove duplicate entry from changelog (diff)
downloadsynapse-820f02b70badfc04d35c95f8ffb9682c8310e91e.tar.xz
Stabilize support for MSC3966: event_property_contains push condition. (#15187)
This removes the configuration flag & updates the identifiers to
use the stable version.
Diffstat (limited to 'stubs/synapse')
-rw-r--r--stubs/synapse/synapse_rust/push.pyi1
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs/synapse/synapse_rust/push.pyi b/stubs/synapse/synapse_rust/push.pyi

index c040944aac..5d0ce4b1a4 100644 --- a/stubs/synapse/synapse_rust/push.pyi +++ b/stubs/synapse/synapse_rust/push.pyi
@@ -65,7 +65,6 @@ class PushRuleEvaluator: related_event_match_enabled: bool, room_version_feature_flags: Tuple[str, ...], msc3931_enabled: bool, - msc3966_exact_event_property_contains: bool, ): ... def run( self,