diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-09-27 11:29:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 11:29:23 +0100 |
commit | 6c83c2710760a4f551d1a925fc9b1a19ae8797c1 (patch) | |
tree | 0e7fb86a7093700eaa338c7ffeaa1b380d164d92 /changelog.d | |
parent | Document changes to schema version 61 - 64 (#10917) (diff) | |
download | synapse-6c83c2710760a4f551d1a925fc9b1a19ae8797c1.tar.xz |
Fix race conditions when creating media store and config directories (#10913)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10913.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10913.bugfix b/changelog.d/10913.bugfix new file mode 100644 index 0000000000..a0015c8241 --- /dev/null +++ b/changelog.d/10913.bugfix @@ -0,0 +1 @@ +Fix race conditions when creating media store and config directories. |