diff options
author | Patrick Cloke <patrickc@matrix.org> | 2022-03-16 12:20:05 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2022-03-16 12:20:05 -0400 |
commit | f70afbd565f34cdc093e083b92376a1154b007a7 (patch) | |
tree | 3b66e971201bfaecdc4bc5345bb3ca173f724dde /changelog.d | |
parent | Fix bundling aggregations if unsigned is not a returned event field. (#12234) (diff) | |
download | synapse-f70afbd565f34cdc093e083b92376a1154b007a7.tar.xz |
Re-generate changelog. v1.55.0rc1
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12234.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/12234.bugfix b/changelog.d/12234.bugfix deleted file mode 100644 index dbb77f36ff..0000000000 --- a/changelog.d/12234.bugfix +++ /dev/null @@ -1 +0,0 @@ -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`. |