From 23585aaac922623f7564629236bb88a7d11f99be Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:37:53 +0200 Subject: [PATCH] Rephrase the unauthenticated media deprecation box based on feedback --- content/client-server-api/modules/content_repo.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md index 42a85822..c9ac06d7 100644 --- a/content/client-server-api/modules/content_repo.md +++ b/content/client-server-api/modules/content_repo.md @@ -49,8 +49,9 @@ mxc:/// Clients can access the content repository using the following endpoints. {{% boxes/added-in-paragraph %}} -{{< 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. +{{< changed-in v="1.11" >}} A number of endpoints under the /_matrix/media hierarchy +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/warning %}}