diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-14 14:01:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 14:01:39 +0100 |
commit | 4734a7bbe4d08d68c5f04dd76cd5bcfb4cd9b6be (patch) | |
tree | e01a3c3e134699ac16e402301906b9f62cdd263a /changelog.d | |
parent | Add `instance_map` config and route replication calls (#7495) (diff) | |
download | synapse-4734a7bbe4d08d68c5f04dd76cd5bcfb4cd9b6be.tar.xz |
Move EventStream handling into default ReplicationDataHandler (#7493)
This is so that the logic can happen on both master and workers when we move event persistence out.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7493.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7493.misc b/changelog.d/7493.misc new file mode 100644 index 0000000000..575c55a99b --- /dev/null +++ b/changelog.d/7493.misc @@ -0,0 +1 @@ +Move EventStream handling into default ReplicationDataHandler. |