diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-30 11:33:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 11:33:33 -0500 |
commit | 379f2650cf875f50c59524147ec0e33cfd5ef60c (patch) | |
tree | d55df4d11062d77875088e84039bd6c7474b8287 /changelog.d | |
parent | Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454) (diff) | |
download | synapse-379f2650cf875f50c59524147ec0e33cfd5ef60c.tar.xz |
Bundle relations of relations into the `/relations` result. (#11284)
Per updates to MSC2675 which now states that bundled aggregations should be included from the `/relations` endpoint.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11284.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11284.feature b/changelog.d/11284.feature new file mode 100644 index 0000000000..cbaa5a988c --- /dev/null +++ b/changelog.d/11284.feature @@ -0,0 +1 @@ +When returning relation events from the `/relations` API, bundle any relations of those relations into the result, per updates to [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675). |