Improve wording of the unauthenticated media deprecation box

This commit is contained in:
Kim Brose 2024-08-05 19:04:21 +02:00 committed by GitHub
parent 56914b72ef
commit e805e1838b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,8 +49,8 @@ mxc://<server-name>/<media-id>
Clients can access the content repository using the following endpoints.
{{% boxes/added-in-paragraph %}}
{{< changed-in v="1.11" >}} Clients SHOULD NOT use the deprecated media endpoints
described below. Instead, they SHOULD use the new endpoints which require authentication.
{{< changed-in v="1.11" >}} Clients SHOULD NOT use the media endpoints marked as
deprecated below. Instead, they SHOULD use the new endpoints which require authentication.
{{% /boxes/added-in-paragraph %}}
{{% boxes/warning %}}