summary refs log tree commit diff
path: root/changelog.d/15190.bugfix
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-03-08 06:22:27 -0600
committerGitHub <noreply@github.com>2023-03-08 06:22:27 -0600
commit0cf5e80870de37cc5115447f5a06d785f5cf8718 (patch)
tree8c705ee2208b5842d99e3828b41c1d8ff1cdbb32 /changelog.d/15190.bugfix
parentRemove condition based on number of ports (diff)
parentMore speedups/fixes to creating batched events (#15195) (diff)
downloadsynapse-0cf5e80870de37cc5115447f5a06d785f5cf8718.tar.xz
Merge branch 'develop' into comp-worker-shorthand
Diffstat (limited to 'changelog.d/15190.bugfix')
-rw-r--r--changelog.d/15190.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15190.bugfix b/changelog.d/15190.bugfix
new file mode 100644
index 0000000000..5c3a86320e
--- /dev/null
+++ b/changelog.d/15190.bugfix
@@ -0,0 +1 @@
+Implement [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873) to fix a long-standing bug where properties with dots were handled ambiguously in push rules.