summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-03-16 12:17:39 -0400
committerGitHub <noreply@github.com>2022-03-16 12:17:39 -0400
commit96274565ff0dbb7d21b02b04fcef115330426707 (patch)
tree31489f1b026168cd97fb8296a7c753b8d025d075 /changelog.d
parentChangelog tweaks (diff)
downloadsynapse-96274565ff0dbb7d21b02b04fcef115330426707.tar.xz
Fix bundling aggregations if unsigned is not a returned event field. (#12234)
An error occured if a filter was supplied with `event_fields` which did not include
`unsigned`.

In that case, bundled aggregations are still added as the spec states it is allowed
for servers to add additional fields.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12234.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12234.bugfix b/changelog.d/12234.bugfix
new file mode 100644
index 0000000000..dbb77f36ff
--- /dev/null
+++ b/changelog.d/12234.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug when a `filter` argument with `event_fields` supplied but not including the `unsigned` field could result in a 500 error on `/sync`.