MatrixSynapse/synapse/rest/media/v1
Richard van der Hoff 73d93039ff
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.
2020-10-02 12:29:29 +01:00
..
__init__.py
_base.py
config_resource.py
download_resource.py
filepath.py
media_repository.py
media_storage.py Fix bug in remote thumbnail search (#8438) 2020-10-02 12:29:29 +01:00
preview_url_resource.py
storage_provider.py
thumbnail_resource.py
thumbnailer.py
upload_resource.py