summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-08-04 16:13:24 +0200
committerGitHub <noreply@github.com>2021-08-04 16:13:24 +0200
commite8a3e8140291be0548ad80d0e942a9aaae6c2434 (patch)
tree54102a62409ce7560da0772e5247ed0629246bf5 /changelog.d
parentFix PeriodicallyFlushingMemoryHandler inhibiting application shutdown (#10517) (diff)
downloadsynapse-e8a3e8140291be0548ad80d0e942a9aaae6c2434.tar.xz
Don't fail on empty bodies when sending out read receipts (#10531)
Fixes a bug introduced in rc1 that would cause Synapse to 400 on read receipts requests with empty bodies.

Broken in #10413
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10531.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10531.bugfix b/changelog.d/10531.bugfix
new file mode 100644
index 0000000000..aaa921ee91
--- /dev/null
+++ b/changelog.d/10531.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.40.0rc1 that would cause Synapse to respond with an error when clients would update their read receipts.