summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-08-30 15:18:34 +0100
committerGitHub <noreply@github.com>2023-08-30 15:18:34 +0100
commit3de82bb2af28f56696a79bf41ccffc81385b6e2c (patch)
tree13f12b42ca11ef4ba7ad8c8756bc05f50ed38263 /changelog.d
parentFix rare bug that broke looping calls (#16210) (diff)
downloadsynapse-3de82bb2af28f56696a79bf41ccffc81385b6e2c.tar.xz
Gracefully handle failing to thumbnail images (#16211)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16211.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16211.bugfix b/changelog.d/16211.bugfix
new file mode 100644
index 0000000000..ab1816386c
--- /dev/null
+++ b/changelog.d/16211.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where uploading images would fail if we could not generate thumbnails for them.