summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-20 11:43:29 +0100
committerGitHub <noreply@github.com>2020-04-20 11:43:29 +0100
commit0f8f02bc39cf1879780f82bdb8dd581588d14cca (patch)
tree3c458ed62b2468cb45e357120fc05c64a78bcc88 /changelog.d
parentUse a template for the SSO success page to allow for customization. (#7279) (diff)
downloadsynapse-0f8f02bc39cf1879780f82bdb8dd581588d14cca.tar.xz
On catchup, process each row with its own stream id (#7286)
Other parts of the code (such as the StreamChangeCache) assume that there will
not be multiple changes with the same stream id.

This code was introduced in #7024, and I hope this fixes #7206.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7286.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7286.misc b/changelog.d/7286.misc
new file mode 100644
index 0000000000..676f285377
--- /dev/null
+++ b/changelog.d/7286.misc
@@ -0,0 +1 @@
+Move catchup of replication streams logic to worker.