Improve wording of the unauthenticated media deprecation box (#1916)
This commit is contained in:
parent
f9c4aeeea4
commit
c6d974975e
2 changed files with 4 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
Improve wording of the unauthenticated media deprecation box. Contributed by @HarHarLinks.
|
|
@ -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 %}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue