summary refs log tree commit diff
path: root/docs/upgrade.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-08-18 14:23:52 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-08-18 14:23:52 +0100
commit2f4fe530a1cc12d6b7aec746bac55d40961616ac (patch)
treeaf56fac4739b696489f8e15617cbd81115b1a6cf /docs/upgrade.md
parentMerge branch 'release-v1.41' into matrix-org-hotfixes (diff)
parentMount /_synapse/admin/v1/users/{userId}/media admin API on media workers only... (diff)
downloadsynapse-2f4fe530a1cc12d6b7aec746bac55d40961616ac.tar.xz
Merge branch 'release-v1.41' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r--docs/upgrade.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md

index 1c459d8e2b..99e32034c8 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md
@@ -123,6 +123,12 @@ for more information and examples. We plan to remove support for these settings in October 2021. +## `/_synapse/admin/v1/users/{userId}/media` must be handled by media workers + +The [media repository worker documentation](https://matrix-org.github.io/synapse/latest/workers.html#synapseappmedia_repository) +has been updated to reflect that calls to `/_synapse/admin/v1/users/{userId}/media` +must now be handled by media repository workers. This is due to the new `DELETE` method +of this endpoint modifying the media store. # Upgrading to v1.39.0