summary refs log tree commit diff
path: root/docs/upgrade.md
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-07-10 11:36:07 +0200
committerQuentin Gliech <quenting@element.io>2024-07-10 11:36:07 +0200
commit8e229535fae246eb4ec54b5097f5aaaee2dc470d (patch)
treed1a8d730b6f418521f89a8949c6d52a1e84ee108 /docs/upgrade.md
parentAdd `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418) (diff)
parent1.111.0rc2 (diff)
downloadsynapse-8e229535fae246eb4ec54b5097f5aaaee2dc470d.tar.xz
Merge branch 'release-v1.111' into develop
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r--docs/upgrade.md5
1 files changed, 3 insertions, 2 deletions
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.