diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-20 11:43:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 11:43:29 +0100 |
commit | 0f8f02bc39cf1879780f82bdb8dd581588d14cca (patch) | |
tree | 3c458ed62b2468cb45e357120fc05c64a78bcc88 /changelog.d/7286.misc | |
parent | Use a template for the SSO success page to allow for customization. (#7279) (diff) | |
download | synapse-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/7286.misc')
-rw-r--r-- | changelog.d/7286.misc | 1 |
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. |