summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2020-09-07 10:11:38 +0100
committerGitHub <noreply@github.com>2020-09-07 10:11:38 +0100
commit765437df54a0e74f37a2c65515f54755096eeecd (patch)
treec483a90ed495113b2547d76d2130acf8b1f865ef /changelog.d
parentMerge branch 'release-v1.20.0' into develop (diff)
downloadsynapse-765437df54a0e74f37a2c65515f54755096eeecd.tar.xz
Add tests for `last_successful_stream_ordering` (#8258)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8258.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8258.misc b/changelog.d/8258.misc
new file mode 100644
index 0000000000..3c27803be4
--- /dev/null
+++ b/changelog.d/8258.misc
@@ -0,0 +1 @@
+Track the `stream_ordering` of the last successfully-sent event to every destination, so we can use this information to 'catch up' a remote server after an outage.