diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 16:56:32 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 16:56:32 +0000 |
commit | 1eb319806b9186d6ddfff3c4516799faa5efbd20 (patch) | |
tree | 6ec2c66ffeaa4bc8c9d5208ba383d345035cfa94 /docs | |
parent | spell out that upgrading is just installing over the top (diff) | |
download | synapse-1eb319806b9186d6ddfff3c4516799faa5efbd20.tar.xz |
clarify these instructions a media-repo specific
Diffstat (limited to 'docs')
-rw-r--r-- | docs/media_repository.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/media_repository.rst b/docs/media_repository.rst index e4a6974041..1037b5be63 100644 --- a/docs/media_repository.rst +++ b/docs/media_repository.rst @@ -1,6 +1,8 @@ -Media Repository +Media Repository ================ +*Synapse implementation-specific details for the media repository* + The media repository is where attachments and avatar photos are stored. It stores attachment content and thumbnails for media uploaded by local users. It caches attachment content and thumbnails for media uploaded by remote users. |