diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-08 10:37:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 10:37:01 +0100 |
commit | a0101fc02148d7e1d603a1e95e6c5b990fd2ff58 (patch) | |
tree | 87d761bc9595020cff294da010662ab33875b5d1 /changelog.d | |
parent | More database opentracing (#10136) (diff) | |
download | synapse-a0101fc02148d7e1d603a1e95e6c5b990fd2ff58.tar.xz |
Handle /backfill returning no events (#10133)
Fixes #10123
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10133.bugfix | 1 |
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. |