diff options
author | David Robertson <davidr@element.io> | 2023-01-13 17:58:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 17:58:53 +0000 |
commit | 52ae80dd1afd9bb5b4cf2bb79297e1590f92cacb (patch) | |
tree | f7f061c591762bbb75c82900db6a375925500f7b /changelog.d | |
parent | Merge account data streams (#14826) (diff) | |
download | synapse-52ae80dd1afd9bb5b4cf2bb79297e1590f92cacb.tar.xz |
Use stable identifiers for faster joins (#14832)
* Use new query param when requesting a partial join * Read new query param when serving partial join * Provide new field names when serving partial joins * Read new field names from partial join response * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14832.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14832.misc b/changelog.d/14832.misc new file mode 100644 index 0000000000..61e7401e43 --- /dev/null +++ b/changelog.d/14832.misc @@ -0,0 +1 @@ +Faster joins: use stable identifiers from [MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706). |