summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-05-05 08:15:12 -0400
committerGitHub <noreply@github.com>2022-05-05 08:15:12 -0400
commitf90d381c7b93b98a5b6d7353196e2ae0912ea822 (patch)
treed89abc039e31fad41c6153f57ed4ec2fc69f377c /changelog.d
parentRemove unused receipt datastore methods. (#12632) (diff)
downloadsynapse-f90d381c7b93b98a5b6d7353196e2ae0912ea822.tar.xz
Edits/annotations should not have any bundled aggregations calculated. (#12633)
Fixes a regression from 8b309adb436c162510ed1402f33b8741d71fc058 (#11660)
and b65acead428653b988351ae8d7b22127a22039cd (#11752) where events which
themselves were an edit or an annotation could have bundled aggregations calculated,
which is not allowed.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12633.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12633.bugfix b/changelog.d/12633.bugfix
new file mode 100644
index 0000000000..32332acd9a
--- /dev/null
+++ b/changelog.d/12633.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.53.0 where bundled aggregations for annotations/edits were incorrectly calculated.