diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-12-02 16:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 16:05:24 +0000 |
commit | 858d80bf0f9f656a03992794874081b806e49222 (patch) | |
tree | b6be5ccb0c49765e9b0ccdd94122b63562aab839 /changelog.d | |
parent | Add type annotations to `tests.storage.test_appservice`. (#11488) (diff) | |
download | synapse-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.bugfix | 1 |
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. |