summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-01-26 13:24:15 -0500
committerGitHub <noreply@github.com>2023-01-26 13:24:15 -0500
commit345576bc349f2c96b273bea246a5bb44c705c6ec (patch)
tree8ded890bbd1eff616b0ce7c85c03622ea212bab1 /changelog.d
parentUse StrCollection in place of Collection[str] in (most) handlers code. (#14922) (diff)
downloadsynapse-345576bc349f2c96b273bea246a5bb44c705c6ec.tar.xz
Fix paginating /relations with a live token (#14866)
The `/relations` endpoint was not properly handle "live tokens"
(i.e sync tokens), to do this properly we abstract the code that
`/messages` has and re-use it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14866.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14866.bugfix b/changelog.d/14866.bugfix
new file mode 100644
index 0000000000..540f918cbd
--- /dev/null
+++ b/changelog.d/14866.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.53.0 where `next_batch` tokens from `/sync` could not be used with the `/relations` endpoint.