diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-18 12:24:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 12:24:48 +0100 |
commit | 51055c8c4409e70e8f310fce420b2f2f7f7a257a (patch) | |
tree | b460816865188f0a77722a72d804fac2c6daa6a9 /changelog.d | |
parent | Merge pull request #7519 from matrix-org/rav/kill_py2_code (diff) | |
download | synapse-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.misc | 1 |
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. |