summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-10-02 12:29:29 +0100
committerGitHub <noreply@github.com>2020-10-02 12:29:29 +0100
commit73d93039ff6c3addd54bb29a57808a3f2eed7a05 (patch)
tree1c8985bad0daa8258996671940c46d5d4da40c69 /changelog.d
parentFix DB query on startup for negative streams. (#8447) (diff)
downloadsynapse-73d93039ff6c3addd54bb29a57808a3f2eed7a05.tar.xz
Fix bug in remote thumbnail search (#8438)
#7124 changed the behaviour of remote thumbnails so that the thumbnailing method was included in the filename of the thumbnail. To support existing files, it included a fallback so that we would check the old filename if the new filename didn't exist.

Unfortunately, it didn't apply this logic to storage providers, so any thumbnails stored on such a storage provider was broken.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8438.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8438.bugfix b/changelog.d/8438.bugfix
new file mode 100644
index 0000000000..3edc394149
--- /dev/null
+++ b/changelog.d/8438.bugfix
@@ -0,0 +1 @@
+Fix a regression in v1.21.0rc1 which broke thumbnails of remote media.