summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-08 10:37:01 +0100
committerGitHub <noreply@github.com>2021-06-08 10:37:01 +0100
commita0101fc02148d7e1d603a1e95e6c5b990fd2ff58 (patch)
tree87d761bc9595020cff294da010662ab33875b5d1 /changelog.d
parentMore database opentracing (#10136) (diff)
downloadsynapse-a0101fc02148d7e1d603a1e95e6c5b990fd2ff58.tar.xz
Handle /backfill returning no events (#10133)
Fixes #10123
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10133.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10133.bugfix b/changelog.d/10133.bugfix
new file mode 100644
index 0000000000..a62c15b260
--- /dev/null
+++ b/changelog.d/10133.bugfix
@@ -0,0 +1 @@
+Fix bug when using workers where pagination requests failed if a remote server returned zero events from `/backfill`. Introduced in 1.35.0.