diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-21 05:31:31 -0500 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-21 10:40:34 +0000 |
commit | 7a11509d17f56b8711a3bda11491b3a5a42a2f67 (patch) | |
tree | 75c44a76c4ef2398db67b7181230bc3c9cfa6e06 /changelog.d/11791.bugfix | |
parent | Correctly await on_logged_out callbacks (#11786) (diff) | |
download | synapse-7a11509d17f56b8711a3bda11491b3a5a42a2f67.tar.xz |
Do not try to serialize raw aggregations dict. (#11791)
Diffstat (limited to 'changelog.d/11791.bugfix')
-rw-r--r-- | changelog.d/11791.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11791.bugfix b/changelog.d/11791.bugfix new file mode 100644 index 0000000000..842f6892fd --- /dev/null +++ b/changelog.d/11791.bugfix @@ -0,0 +1 @@ +Include the bundled aggregations in the `/sync` response, per [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675). |