mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-25 05:55:20 -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
|
@ -53,7 +53,6 @@ fn bench_match_exact(b: &mut Bencher) {
|
|||
vec![],
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
@ -100,7 +99,6 @@ fn bench_match_word(b: &mut Bencher) {
|
|||
vec![],
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
@ -147,7 +145,6 @@ fn bench_match_word_miss(b: &mut Bencher) {
|
|||
vec![],
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
@ -194,7 +191,6 @@ fn bench_eval_message(b: &mut Bencher) {
|
|||
vec![],
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue