mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-04 23:21:34 +00:00
Route auth'd fed media requests to media repo in Complement tests (#17422)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Route authenticated federation media requests to media repository workers in Complement tests.
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user