summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWGH <wgh@torlan.ru>2020-06-05 13:54:27 +0300
committerGitHub <noreply@github.com>2020-06-05 11:54:27 +0100
commite55ee7c32fb3d958fb9da4e34133f53a6c57d2ea (patch)
treeda43d77e13d1db6d979fb9e122690544d913dbd2 /changelog.d
parentPerformance improvements and refactor of Ratelimiter (#7595) (diff)
downloadsynapse-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.feature1
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.