diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-07-12 15:01:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 15:01:58 -0400 |
commit | 1381563988c6dc7a2b8801b736b1f0c663970da8 (patch) | |
tree | ae4b3e4f269d45444181552418ae32c5abba02dc /docs/media_repository.md | |
parent | Drop unused table `event_reference_hashes` (#13218) (diff) | |
download | synapse-1381563988c6dc7a2b8801b736b1f0c663970da8.tar.xz |
Inline URL preview documentation. (#13261)
Inline URL preview documentation near the implementation.
Diffstat (limited to 'docs/media_repository.md')
-rw-r--r-- | docs/media_repository.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/media_repository.md b/docs/media_repository.md index ba17f8a856..23e6da7f31 100644 --- a/docs/media_repository.md +++ b/docs/media_repository.md @@ -7,8 +7,7 @@ The media repository users. * caches avatars, attachments and their thumbnails for media uploaded by remote users. - * caches resources and thumbnails used for - [URL previews](development/url_previews.md). + * caches resources and thumbnails used for URL previews. All media in Matrix can be identified by a unique [MXC URI](https://spec.matrix.org/latest/client-server-api/#matrix-content-mxc-uris), @@ -59,8 +58,6 @@ remote_thumbnail/matrix.org/aa/bb/cccccccccccccccccccc/128-96-image-jpeg Note that `remote_thumbnail/` does not have an `s`. ## URL Previews -See [URL Previews](development/url_previews.md) for documentation on the URL preview -process. When generating previews for URLs, Synapse may download and cache various resources, including images. These resources are assigned temporary media IDs |