diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-12 06:46:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 06:46:13 -0400 |
commit | c604d2c218a80f169876cf3063817e038063f7b9 (patch) | |
tree | ee5592660ea68a2643a7f49db8e7d0e88c12cc03 /docker/complement/conf | |
parent | Batch up calls to `get_rooms_for_users` (#14109) (diff) | |
download | synapse-c604d2c218a80f169876cf3063817e038063f7b9.tar.xz |
Mark /relations endpoint as usable on workers. (#14028)
Co-authored-by: Eric Eastwood <erice@element.io>
Diffstat (limited to 'docker/complement/conf')
-rwxr-xr-x | docker/complement/conf/start_for_complement.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/complement/conf/start_for_complement.sh b/docker/complement/conf/start_for_complement.sh index cc6482f763..bb85d9fed7 100755 --- a/docker/complement/conf/start_for_complement.sh +++ b/docker/complement/conf/start_for_complement.sh @@ -57,6 +57,7 @@ if [[ -n "$SYNAPSE_COMPLEMENT_USE_WORKERS" ]]; then federation_reader, \ federation_sender, \ synchrotron, \ + client_reader, \ appservice, \ pusher" |