From 290e6a28778d9a974e1cf687bcba108f5eb3caf6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 11 Jun 2024 16:13:54 -0600 Subject: [PATCH] Upgrade keywords in changed text --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index 03a26e88..82c40734 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -1193,7 +1193,7 @@ API](/client-server-api/#content-repository). When a server wishes to serve content originating from a remote server, it needs to ask the remote server for the media. -Servers should use the server described in the [Matrix Content URI](/client-server-api/#matrix-content-mxc-uris). +Servers MUST use the server described in the [Matrix Content URI](/client-server-api/#matrix-content-mxc-uris). Formatted as `mxc://{ServerName}/{MediaID}`, servers MUST download the media from `ServerName` using the below endpoints.