mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 22:55:21 -04:00
Stabilize support for MSC3758: event_property_is push condition (#15185)
This removes the configuration flag & updates the identifiers to use the stable version.
This commit is contained in:
parent
95876cf5f1
commit
fd9cadcf53
10 changed files with 39 additions and 81 deletions
|
@ -65,7 +65,6 @@ class PushRuleEvaluator:
|
|||
related_event_match_enabled: bool,
|
||||
room_version_feature_flags: Tuple[str, ...],
|
||||
msc3931_enabled: bool,
|
||||
msc3758_exact_event_match: bool,
|
||||
msc3966_exact_event_property_contains: bool,
|
||||
): ...
|
||||
def run(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue