summary refs log tree commit diff
diff options
context:
space:
mode:
authorcuttingedge1109 <53085803+cuttingedge1109@users.noreply.github.com>2021-09-02 15:07:53 +0200
committerGitHub <noreply@github.com>2021-09-02 14:07:53 +0100
commit00640ee71affeab0f6ed7e784925522437f076c5 (patch)
tree218b6b09c99c22f7b28bef24ec6ff49c34f14642
parentIgnore rooms with unknown room versions in the spaces summary. (#10727) (diff)
downloadsynapse-00640ee71affeab0f6ed7e784925522437f076c5.tar.xz
Fix documentation of directory name for remote thumbnails (#10556)
-rw-r--r--changelog.d/10556.doc1
-rw-r--r--docs/media_repository.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/10556.doc b/changelog.d/10556.doc
new file mode 100644
index 0000000000..7526ae11db
--- /dev/null
+++ b/changelog.d/10556.doc
@@ -0,0 +1 @@
+Minor fix to the `media_repository` developer documentation. Contributed by @cuttingedge1109.
\ No newline at end of file
diff --git a/docs/media_repository.md b/docs/media_repository.md
index 1bf8f16f55..99ee8f1ef7 100644
--- a/docs/media_repository.md
+++ b/docs/media_repository.md
@@ -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/..."`