summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-02-08 13:09:41 -0500
committerGitHub <noreply@github.com>2023-02-08 13:09:41 -0500
commitc951fbedcb81895c199c1f4cfe2251d6c3a7b5f4 (patch)
treed93fe5b70b38da87f3daaf1192fd4a9333ddb4fa /changelog.d
parentDocument how to run Synapse (#15022) (diff)
downloadsynapse-c951fbedcb81895c199c1f4cfe2251d6c3a7b5f4.tar.xz
MSC3873: Escape keys when flattening dicts. (#15004)
This disambiguates keys which attempt to match fields
with a dot in them (e.g. m.relates_to).

Disabled by default behind an experimental configuration flag.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15004.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15004.feature b/changelog.d/15004.feature
new file mode 100644
index 0000000000..d11d0aca91
--- /dev/null
+++ b/changelog.d/15004.feature
@@ -0,0 +1 @@
+Implement [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873) to unambiguate push rule keys with dots in them.