Revert "Temporarily disable webp thumbnailing"

This reverts commit 93248076c2.
matrix-org-hotfixes
Patrick Cloke 2023-09-25 08:12:05 -04:00
parent 7ab1b46029
commit e60993e42d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Thumbnailer:
self._closed = False
try:
self.image = Image.open(input_path, formats=["jpeg", "gif", "png"])
self.image = Image.open(input_path)
except OSError as e:
# If an error occurs opening the image, a thumbnail won't be able to
# be generated.