diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-10 10:52:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 10:52:48 -0500 |
commit | df36945ff0e4a293a9dac0da07e2c94256835b32 (patch) | |
tree | 25c18e572cad30483e780f97dcaa57abbc4e963e /changelog.d | |
parent | Implement a content type allow list for URL previews (#11936) (diff) | |
download | synapse-df36945ff0e4a293a9dac0da07e2c94256835b32.tar.xz |
Support pagination tokens from /sync and /messages in the relations API. (#11952)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11952.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11952.bugfix b/changelog.d/11952.bugfix new file mode 100644 index 0000000000..e38a08f559 --- /dev/null +++ b/changelog.d/11952.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where pagination tokens from `/sync` and `/messages` could not be provided to the `/relations` API. |