diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-07 13:49:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 13:49:40 +0100 |
commit | 9ca6341969b8b84c0c79a29fb914d1d8dbb3e320 (patch) | |
tree | 50b59bc15ce1d139fa3faef4eda0c36ef27ee308 /changelog.d | |
parent | unblacklist some tests (#8474) (diff) | |
download | synapse-9ca6341969b8b84c0c79a29fb914d1d8dbb3e320.tar.xz |
Fix returning incorrect prev_batch token in incremental sync (#8486)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8486.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8486.bugfix b/changelog.d/8486.bugfix new file mode 100644 index 0000000000..63fc091ba6 --- /dev/null +++ b/changelog.d/8486.bugfix @@ -0,0 +1 @@ +Fix incremental sync returning an incorrect `prev_batch` token in timeline section, which when used to paginate returned events that were included in the incremental sync. Broken since v0.16.0. |