diff options
author | WGH <wgh@torlan.ru> | 2020-06-05 13:54:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 11:54:27 +0100 |
commit | e55ee7c32fb3d958fb9da4e34133f53a6c57d2ea (patch) | |
tree | da43d77e13d1db6d979fb9e122690544d913dbd2 /changelog.d | |
parent | Performance improvements and refactor of Ratelimiter (#7595) (diff) | |
download | synapse-e55ee7c32fb3d958fb9da4e34133f53a6c57d2ea.tar.xz |
Add support for webp thumbnailing (#7586)
Closes #4382 Signed-off-by: Maxim Plotnikov <wgh@torlan.ru>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7586.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7586.feature b/changelog.d/7586.feature new file mode 100644 index 0000000000..ef0231d823 --- /dev/null +++ b/changelog.d/7586.feature @@ -0,0 +1 @@ +Add support for generating thumbnails for WebP images. Previously, users would see an empty box instead of preview image. |