diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-08 14:09:00 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-08 14:09:00 +0100 |
commit | 8df9941cc2462bc8e99ebd02953c5090f4942463 (patch) | |
tree | 039c669766d78e0a63ca5eb9ef65bf4adb9a58b0 /changelog.d/10133.bugfix | |
parent | Fix logging context when opening new DB connection (#10141) (diff) | |
download | synapse-8df9941cc2462bc8e99ebd02953c5090f4942463.tar.xz |
1.36.0rc1
Diffstat (limited to 'changelog.d/10133.bugfix')
-rw-r--r-- | changelog.d/10133.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/10133.bugfix b/changelog.d/10133.bugfix deleted file mode 100644 index a62c15b260..0000000000 --- a/changelog.d/10133.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug when using workers where pagination requests failed if a remote server returned zero events from `/backfill`. Introduced in 1.35.0. |