summary refs log tree commit diff
diff options
context:
space:
mode:
-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.