diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-12-29 08:02:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 08:02:03 -0500 |
commit | f58b300d271ddaad7ce81687547f3c6ed7e7187a (patch) | |
tree | fa203e641437545595f7da7a50075a7a7ad4a6d2 /changelog.d | |
parent | Add type hints to `synapse/storage/databases/main/stats.py` (#11653) (diff) | |
download | synapse-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.bugfix | 1 |
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). |