summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-12-02 16:05:24 +0000
committerGitHub <noreply@github.com>2021-12-02 16:05:24 +0000
commit858d80bf0f9f656a03992794874081b806e49222 (patch)
treeb6be5ccb0c49765e9b0ccdd94122b63562aab839 /changelog.d
parentAdd type annotations to `tests.storage.test_appservice`. (#11488) (diff)
downloadsynapse-858d80bf0f9f656a03992794874081b806e49222.tar.xz
Fix media repository failing when media store path contains symlinks (#11446)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11446.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11446.bugfix b/changelog.d/11446.bugfix
new file mode 100644
index 0000000000..fa5e055d50
--- /dev/null
+++ b/changelog.d/11446.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in 1.47.1 where the media repository would fail to work if the media store path contained any symbolic links.