summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-18 15:50:06 +0000
committerErik Johnston <erik@matrix.org>2020-02-18 16:11:26 +0000
commitbc936b56572aef4fc16fffaa44a75bfdf99eeec4 (patch)
tree8c4c030157dd4fa9df5a1d04dac76486327f9d7e /docs/workers.md
parentMerge branch 'release-v1.10.0' into matrix-org-hotfixes (diff)
parentIncrease perf of `get_auth_chain_ids` used in state res v2. (#6937) (diff)
downloadsynapse-bc936b56572aef4fc16fffaa44a75bfdf99eeec4.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/workers.md b/docs/workers.md

index 6f7ec58780..0d84a58958 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -261,7 +261,8 @@ following regular expressions: ^/_matrix/client/versions$ ^/_matrix/client/(api/v1|r0|unstable)/voip/turnServer$ ^/_matrix/client/(api/v1|r0|unstable)/joined_groups$ - ^/_matrix/client/(api/v1|r0|unstable)/get_groups_publicised$ + ^/_matrix/client/(api/v1|r0|unstable)/publicised_groups$ + ^/_matrix/client/(api/v1|r0|unstable)/publicised_groups/ Additionally, the following REST endpoints can be handled for GET requests: @@ -287,8 +288,8 @@ the following regular expressions: ^/_matrix/client/(api/v1|r0|unstable)/user_directory/search$ -When using this worker you must also set `update_user_directory: False` in the -shared configuration file to stop the main synapse running background +When using this worker you must also set `update_user_directory: False` in the +shared configuration file to stop the main synapse running background jobs related to updating the user directory. ### `synapse.app.frontend_proxy`