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 fix a logging error in thumbnailer (#8435) 2020-10-01 13:34:24 +01:00
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 Discard an empty upload_name before persisting an uploaded file (#7905) 2020-09-29 12:15:27 -04:00