mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 12:36:01 -05:00
73d93039ff
#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.