summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-12-29 08:02:03 -0500
committerGitHub <noreply@github.com>2021-12-29 08:02:03 -0500
commitf58b300d271ddaad7ce81687547f3c6ed7e7187a (patch)
treefa203e641437545595f7da7a50075a7a7ad4a6d2 /changelog.d
parentAdd type hints to `synapse/storage/databases/main/stats.py` (#11653) (diff)
downloadsynapse-f58b300d271ddaad7ce81687547f3c6ed7e7187a.tar.xz
Do not attempt to bundled aggregations for /members and /state. (#11623)
Both of those APIs return state events, which will not have bundled
aggregations added anyway.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11623.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11623.bugfix b/changelog.d/11623.bugfix
new file mode 100644
index 0000000000..4116e5dd7c
--- /dev/null
+++ b/changelog.d/11623.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where responses included bundled aggregations when they should not, per [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675).