summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-04-06 13:41:15 -0500
committerGitHub <noreply@github.com>2022-04-06 14:41:15 -0400
commitf931c0602a1dcfd40696c53779d80dc68c9c9e17 (patch)
tree43897898fadcf4be7c0ce5ccc7bdbca9f439f55b
parentRemove docs for converting a legacy structured logging config. (#12392) (diff)
downloadsynapse-f931c0602a1dcfd40696c53779d80dc68c9c9e17.tar.xz
Update changelog to describe changes from #12370 relative to `develop` (#12401)
Diffstat (limited to '')
-rw-r--r--changelog.d/12370.bugfix1
-rw-r--r--changelog.d/12370.feature1
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/12370.bugfix b/changelog.d/12370.bugfix
deleted file mode 100644
index 97dca97829..0000000000
--- a/changelog.d/12370.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix `/messages` returning backfilled and [MSC2716](https://github.com/matrix-org/synapse/pull/12319) historic messages our of order.
diff --git a/changelog.d/12370.feature b/changelog.d/12370.feature
new file mode 100644
index 0000000000..2c695ddaa0
--- /dev/null
+++ b/changelog.d/12370.feature
@@ -0,0 +1 @@
+Update `/messages` to use historic pagination tokens if no `from` query parameter is given.