diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-09-07 10:11:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 10:11:38 +0100 |
commit | 765437df54a0e74f37a2c65515f54755096eeecd (patch) | |
tree | c483a90ed495113b2547d76d2130acf8b1f865ef /changelog.d | |
parent | Merge branch 'release-v1.20.0' into develop (diff) | |
download | synapse-765437df54a0e74f37a2c65515f54755096eeecd.tar.xz |
Add tests for `last_successful_stream_ordering` (#8258)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8258.misc | 1 |
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. |