diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-16 12:06:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 12:06:56 +0100 |
commit | 8689230a55cf1bb8e959e993fd4b28dcee0716da (patch) | |
tree | e842602dc5e0b6b86c8fc98f867eef97994b76b7 /changelog.d | |
parent | other fixes (diff) | |
download | synapse-8689230a55cf1bb8e959e993fd4b28dcee0716da.tar.xz |
Fix bug /sync returning 404 (#12729)
* Fix bug /sync returning 404 Fixes #12571
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12729.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12729.bugfix b/changelog.d/12729.bugfix new file mode 100644 index 0000000000..07aae23ac0 --- /dev/null +++ b/changelog.d/12729.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.58.0 where `/sync` would fail if the most recent event in a room was rejected. |