Rephrase the unauthenticated media deprecation box based on feedback

This commit is contained in:
Kim Brose 2024-08-12 17:37:53 +02:00 committed by GitHub
parent 178502a338
commit 23585aaac9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,8 +49,9 @@ mxc://<server-name>/<media-id>
Clients can access the content repository using the following endpoints. Clients can access the content repository using the following endpoints.
{{% boxes/added-in-paragraph %}} {{% boxes/added-in-paragraph %}}
{{< changed-in v="1.11" >}} Clients SHOULD NOT use the media endpoints marked as {{< changed-in v="1.11" >}} A number of endpoints under the /_matrix/media hierarchy
deprecated below. Instead, they SHOULD use the new endpoints which require authentication. have been deprecated and replaced with new endpoints which require authentication.
The deprecated endpoints are marked in the section below.
{{% /boxes/added-in-paragraph %}} {{% /boxes/added-in-paragraph %}}
{{% boxes/warning %}} {{% boxes/warning %}}