From 3d792b1b958c6bb2734e5a0ca433750cb9b08465 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:42:55 +0100 Subject: [PATCH] Update content/client-server-api/modules/content_repo.md Co-authored-by: Hubert Chathi --- content/client-server-api/modules/content_repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md index 05e8977f..cef70b3d 100644 --- a/content/client-server-api/modules/content_repo.md +++ b/content/client-server-api/modules/content_repo.md @@ -7,7 +7,7 @@ user wants to send to a room would be uploaded here, as would an avatar the user wants to use. Uploads are POSTed to a resource on the user's local homeserver which -returns a `mxc://` URI which can later be used to GET the download. Content +returns an `mxc://` URI which can later be used to GET the download. Content is downloaded from the recipient's local homeserver, which must first transfer the content from the origin homeserver using the same API (unless the origin and destination homeservers are the same).