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 /synapse/app | |
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 'synapse/app')
-rw-r--r-- | synapse/app/generic_worker.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/app/generic_worker.py b/synapse/app/generic_worker.py |