summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-18 12:24:48 +0100
committerGitHub <noreply@github.com>2020-05-18 12:24:48 +0100
commit51055c8c4409e70e8f310fce420b2f2f7f7a257a (patch)
treeb460816865188f0a77722a72d804fac2c6daa6a9 /changelog.d
parentMerge pull request #7519 from matrix-org/rav/kill_py2_code (diff)
downloadsynapse-51055c8c4409e70e8f310fce420b2f2f7f7a257a.tar.xz
Allow ReplicationRestResource to be added to workers (#7515)
This allows workers to talk to each other over HTTP replication.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7515.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7515.misc b/changelog.d/7515.misc
new file mode 100644
index 0000000000..48f3044f90
--- /dev/null
+++ b/changelog.d/7515.misc
@@ -0,0 +1 @@
+Allow `ReplicationRestResource` to be added to workers.