Update content/client-server-api/modules/content_repo.md

Co-authored-by: Hubert Chathi <hubertc@matrix.org>
This commit is contained in:
Richard van der Hoff 2023-04-26 12:42:55 +01:00 committed by GitHub
parent 61fb66d5d2
commit 3d792b1b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ user wants to send to a room would be uploaded here, as would an avatar
the user wants to use. the user wants to use.
Uploads are POSTed to a resource on the user's local homeserver which 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 is downloaded from the recipient's local homeserver, which must first
transfer the content from the origin homeserver using the same API transfer the content from the origin homeserver using the same API
(unless the origin and destination homeservers are the same). (unless the origin and destination homeservers are the same).