summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-22 16:00:11 -0500
committerGitHub <noreply@github.com>2022-07-22 16:00:11 -0500
commit357561c1a2b2da6d1a7ad1e2340217fee18cc2b1 (patch)
tree6f22017c88b271361c5b1e28f5cfdb7d8d33bd58 /changelog.d
parentUpdate config_documentation.md (#13364) (diff)
downloadsynapse-357561c1a2b2da6d1a7ad1e2340217fee18cc2b1.tar.xz
Backfill remote event fetched by MSC3030 so we can paginate from it later (#13205)
Depends on https://github.com/matrix-org/synapse/pull/13320

Complement tests: https://github.com/matrix-org/complement/pull/406

We could use the same method to backfill for `/context` as well in the future, see https://github.com/matrix-org/synapse/issues/3848
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13205.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13205.feature b/changelog.d/13205.feature
new file mode 100644
index 0000000000..d89aa9aa75
--- /dev/null
+++ b/changelog.d/13205.feature
@@ -0,0 +1 @@
+Allow pagination from remote event after discovering it from MSC3030 `/timestamp_to_event`.