diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-17 17:14:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 17:14:23 +0000 |
commit | 53f1c4da81968dfce1dea8d70d0e391b5c367170 (patch) | |
tree | 24dff327e2888877b7a69d1686377754a0676922 | |
parent | Update workers.md (diff) | |
download | synapse-53f1c4da81968dfce1dea8d70d0e391b5c367170.tar.xz |
Update workers.md
-rw-r--r-- | docs/workers.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md index 582ad48cd6..847ac91649 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -276,7 +276,8 @@ using): Ensure that all SSO logins go to a single process. For multiple workers not handling the SSO endpoints properly, see -[#7530](https://github.com/matrix-org/synapse/issues/7530). +[#7530](https://github.com/matrix-org/synapse/issues/7530) and +[#9427](https://github.com/matrix-org/synapse/issues/9427). Note that a HTTP listener with `client` and `federation` resources must be configured in the `worker_listeners` option in the worker config. |