diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-04-11 10:09:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 10:09:57 -0400 |
commit | 772bad25628959b4e919ea0b57c0c6be112143cb (patch) | |
tree | e22a4ce9e3783ac2fae5557f1e4d75cecad2a28c /changelog.d/12338.bugfix | |
parent | Fix up healthcheck generation for workers docker image (#12405) (diff) | |
download | synapse-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/12338.bugfix')
-rw-r--r-- | changelog.d/12338.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |