From e7c67ecf116d2042a8d281ea70fb8d4a22b052ed Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Wed, 18 Aug 2021 16:03:16 +0000 Subject: deploy: 78a70a2e0bdff5bdf02ba093eefab0b16ebefd73 --- develop/workers.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'develop/workers.html') diff --git a/develop/workers.html b/develop/workers.html index a2e13d2fb7..6f6bf025bb 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -99,7 +99,7 @@ @@ -351,6 +351,7 @@ expressions:

^/_matrix/federation/v1/send/ # Client API requests +^/_matrix/client/(api/v1|r0|unstable)/createRoom$ ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/joined_members$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$ @@ -516,10 +517,12 @@ For example:

^/_synapse/admin/v1/user/.*/media.*$ ^/_synapse/admin/v1/media/.*$ ^/_synapse/admin/v1/quarantine_media/.*$ +^/_synapse/admin/v1/users/.*/media$

You should also set enable_media_repo: False in the shared configuration file to stop the main synapse running background jobs related to managing the -media repository.

+media repository. Note that doing so will prevent the main process from being +able to handle the above endpoints.

In the media_repository worker configuration file, configure the http listener to expose the media resource. For example:

    worker_listeners:
-- 
cgit 1.5.1