Merge branch 'matthew/lls-beacon-push-rules' into matthew/knock-push-rules

This commit is contained in:
Matthew Hodgson
2026-07-14 14:04:18 +01:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Add experimental support for [MSC4505](https://github.com/matrix-org/matrix-spec-proposals/pull/4505): push rules for live location sharing.
+1
View File
@@ -215,6 +215,7 @@ fn bench_eval_message(b: &mut Bencher) {
false,
false,
false,
false,
);
b.iter(|| eval.run(&rules, Some("bob"), Some("person"), None));