Route auth'd fed media requests to media repo in Complement tests (#17422)

This commit is contained in:
Andrew Morgan
2024-07-09 16:12:11 +01:00
committed by GitHub
parent d48061b7e6
commit 4d6f7c0fc9
2 changed files with 2 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
"^/_synapse/admin/v1/media/.*$",
"^/_synapse/admin/v1/quarantine_media/.*$",
"^/_matrix/client/v1/media/.*$",
"^/_matrix/federation/v1/media/.*$",
],
# The first configured media worker will run the media background jobs
"shared_extra_conf": {