diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-04 08:38:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 08:38:18 -0400 |
commit | 75dff3dc980974960f55fa21fc8e672201f63045 (patch) | |
tree | dc40f118fe5ad9e784ddd860c99e66b1926a01b1 /changelog.d | |
parent | remove constantly lib use and switch to enums. (#12624) (diff) | |
download | synapse-75dff3dc980974960f55fa21fc8e672201f63045.tar.xz |
Include bundled aggregations for the latest event in a thread. (#12273)
The `latest_event` field of the bundled aggregations for `m.thread` relations did not include bundled aggregations itself. This resulted in clients needing to immediately request the event from the server (and thus making it useless that the latest event itself was serialized instead of just including an event ID).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12273.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12273.bugfix b/changelog.d/12273.bugfix new file mode 100644 index 0000000000..f8d7b6c889 --- /dev/null +++ b/changelog.d/12273.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse v1.48.0 where latest thread reply provided failed to include the proper bundled aggregations. |