mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 04:54:15 -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
|
@ -231,7 +231,6 @@ class TestBulkPushRuleEvaluator(HomeserverTestCase):
|
|||
@override_config(
|
||||
{
|
||||
"experimental_features": {
|
||||
"msc3758_exact_event_match": True,
|
||||
"msc3952_intentional_mentions": True,
|
||||
"msc3966_exact_event_property_contains": True,
|
||||
}
|
||||
|
@ -335,7 +334,6 @@ class TestBulkPushRuleEvaluator(HomeserverTestCase):
|
|||
@override_config(
|
||||
{
|
||||
"experimental_features": {
|
||||
"msc3758_exact_event_match": True,
|
||||
"msc3952_intentional_mentions": True,
|
||||
"msc3966_exact_event_property_contains": True,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue