diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-02 12:29:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 12:29:29 +0100 |
commit | 73d93039ff6c3addd54bb29a57808a3f2eed7a05 (patch) | |
tree | 1c8985bad0daa8258996671940c46d5d4da40c69 /changelog.d | |
parent | Fix DB query on startup for negative streams. (#8447) (diff) | |
download | synapse-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.bugfix | 1 |
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. |