summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2024-07-09 16:41:51 +0100
committerGitHub <noreply@github.com>2024-07-09 16:41:51 +0100
commit62d8b0361b604979d87f7b27559b9116e95f3da6 (patch)
tree29a08aaf1d102a175a1123d373aea0f797c3b760
parentRoute auth'd fed media requests to media repo in Complement tests (#17422) (diff)
downloadsynapse-62d8b0361b604979d87f7b27559b9116e95f3da6.tar.xz
Note the new federated media worker endpoints in the worker docs & upgrade notes (#17421)
-rw-r--r--changelog.d/17421.doc1
-rw-r--r--docs/upgrade.md5
-rw-r--r--docs/workers.md1
3 files changed, 5 insertions, 2 deletions
diff --git a/changelog.d/17421.doc b/changelog.d/17421.doc
new file mode 100644
index 0000000000..e6a495e5d6
--- /dev/null
+++ b/changelog.d/17421.doc
@@ -0,0 +1 @@
+Document the new federation media worker endpoints in the [upgrade notes](https://element-hq.github.io/synapse/v1.111/upgrade.html) and [worker docs](https://element-hq.github.io/synapse/v1.111/workers.html).
\ No newline at end of file
diff --git a/docs/upgrade.md b/docs/upgrade.md
index cf53f56b06..52b1adbe90 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -119,13 +119,14 @@ stacking them up. You can monitor the currently running background updates with
 
 # Upgrading to v1.111.0
 
-## New worker endpoints for authenticated client media
+## New worker endpoints for authenticated client and federation media
 
 [Media repository workers](./workers.md#synapseappmedia_repository) handling
-Media APIs can now handle the following endpoint pattern:
+Media APIs can now handle the following endpoint patterns:
 
 ```
 ^/_matrix/client/v1/media/.*$
+^/_matrix/federation/v1/media/.*$
 ```
 
 Please update your reverse proxy configuration.
diff --git a/docs/workers.md b/docs/workers.md
index 22fde488a9..fbf539fa7e 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -740,6 +740,7 @@ Handles the media repository. It can handle all endpoints starting with:
 
     /_matrix/media/
     /_matrix/client/v1/media/
+    /_matrix/federation/v1/media/
 
 ... and the following regular expressions matching media-specific administration APIs: