summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-04-28 13:34:12 +0100
committerGitHub <noreply@github.com>2020-04-28 13:34:12 +0100
commit38919b521e209d5020dba3e8394d8213b07f6bf9 (patch)
tree1f78b1226aeccf8fe9f1c7c520b0109201432c29 /changelog.d
parentFix incorrect metrics reporting for renew_attestations (#7344) (diff)
downloadsynapse-38919b521e209d5020dba3e8394d8213b07f6bf9.tar.xz
Run replication streamers on workers (#7146)
Currently we never write to streams from workers, but that will change soon
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7146.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7146.misc b/changelog.d/7146.misc
new file mode 100644
index 0000000000..facde06959
--- /dev/null
+++ b/changelog.d/7146.misc
@@ -0,0 +1 @@
+Run replication streamers on workers.