Improve wording of the unauthenticated media deprecation box (#1916)

This commit is contained in:
Kim Brose 2024-08-14 18:36:33 +02:00 committed by GitHub
parent f9c4aeeea4
commit c6d974975e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1 @@
Improve wording of the unauthenticated media deprecation box. Contributed by @HarHarLinks.

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 deprecated media endpoints {{< changed-in v="1.11" >}} A number of endpoints under the /_matrix/media hierarchy
described 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 %}}