0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 10:38:59 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
changelog.d/17422.misc Normal file
View file

@ -0,0 +1 @@
Route authenticated federation media requests to media repository workers in Complement tests.

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": {