mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Fix documentation of directory name for remote thumbnails (#10556)
This commit is contained in:
parent
c586d6803a
commit
00640ee71a
2 changed files with 2 additions and 1 deletions
1
changelog.d/10556.doc
Normal file
1
changelog.d/10556.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Minor fix to the `media_repository` developer documentation. Contributed by @cuttingedge1109.
|
|
@ -27,4 +27,4 @@ Remote content is cached under `"remote_content"` directory. Each item of
|
|||
remote content is assigned a local `"filesystem_id"` to ensure that the
|
||||
directory structure `"remote_content/server_name/aa/bb/ccccccccdddddddddddd"`
|
||||
is appropriate. Thumbnails for remote content are stored under
|
||||
`"remote_thumbnails/server_name/..."`
|
||||
`"remote_thumbnail/server_name/..."`
|
||||
|
|
Loading…
Reference in a new issue