summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-04-11 10:09:57 -0400
committerGitHub <noreply@github.com>2022-04-11 10:09:57 -0400
commit772bad25628959b4e919ea0b57c0c6be112143cb (patch)
treee22a4ce9e3783ac2fae5557f1e4d75cecad2a28c /changelog.d
parentFix up healthcheck generation for workers docker image (#12405) (diff)
downloadsynapse-772bad25628959b4e919ea0b57c0c6be112143cb.tar.xz
Do not consider events by ignored users for bundled aggregations (#12235)
Consider the requester's ignored users when calculating the
bundled aggregations.

See #12285 / 4df10d32148ae29f792afc68ff774bcbd1915cea
for corresponding changes for the `/relations` endpoint.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12235.bugfix1
-rw-r--r--changelog.d/12338.bugfix1
-rw-r--r--changelog.d/12338.misc1
3 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12235.bugfix b/changelog.d/12235.bugfix
new file mode 100644
index 0000000000..b5d2bede67
--- /dev/null
+++ b/changelog.d/12235.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where events from ignored users were still considered for bundled aggregations.
diff --git a/changelog.d/12338.bugfix b/changelog.d/12338.bugfix
new file mode 100644
index 0000000000..b5d2bede67
--- /dev/null
+++ b/changelog.d/12338.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where events from ignored users were still considered for bundled aggregations.
diff --git a/changelog.d/12338.misc b/changelog.d/12338.misc
deleted file mode 100644
index 376089f327..0000000000
--- a/changelog.d/12338.misc
+++ /dev/null
@@ -1 +0,0 @@
-Refactor relations code to remove an unnecessary class.