mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 22:20:24 -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
|
@ -413,7 +413,6 @@ class BulkPushRuleEvaluator:
|
|||
self._related_event_match_enabled,
|
||||
event.room_version.msc3931_push_features,
|
||||
self.hs.config.experimental.msc1767_enabled, # MSC3931 flag
|
||||
self.hs.config.experimental.msc3758_exact_event_match,
|
||||
self.hs.config.experimental.msc3966_exact_event_property_contains,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue