diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-09-29 10:24:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 10:24:37 +0100 |
commit | 2be0fde3d65c2dec7fb088de20736b9e81ada948 (patch) | |
tree | 00e391a1eb420aef6927a41b290247b4ed852671 /changelog.d | |
parent | Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts bet... (diff) | |
download | synapse-2be0fde3d65c2dec7fb088de20736b9e81ada948.tar.xz |
Fix empty `url_cache_thumbnails/yyyy-mm-dd/` directories being left behind (#10924)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10924.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10924.bugfix b/changelog.d/10924.bugfix new file mode 100644 index 0000000000..c73a51e32f --- /dev/null +++ b/changelog.d/10924.bugfix @@ -0,0 +1 @@ +Fix a bug where empty `yyyy-mm-dd/` directories would be left behind in the media store's `url_cache_thumbnails/` directory. |