summary refs log tree commit diff
path: root/changelog.d/11288.bugfix
diff options
context:
space:
mode:
authorNeeeflix <35348173+Neeeflix@users.noreply.github.com>2021-11-10 21:49:43 +0100
committerGitHub <noreply@github.com>2021-11-10 20:49:43 +0000
commit6ce19b94e84eb6ad83ef303f88d8bd59a3d414e6 (patch)
treed1e933900bafea5e02f6a0876644e275e7014c80 /changelog.d/11288.bugfix
parentAdd missing type hints to `synapse.app`. (#11287) (diff)
downloadsynapse-6ce19b94e84eb6ad83ef303f88d8bd59a3d414e6.tar.xz
Fix error in thumbnail generation (#11288)
Signed-off-by: Jonas Zeunert <jonas@zeunert.org>
Diffstat (limited to 'changelog.d/11288.bugfix')
-rw-r--r--changelog.d/11288.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11288.bugfix b/changelog.d/11288.bugfix
new file mode 100644
index 0000000000..d85b1779ba
--- /dev/null
+++ b/changelog.d/11288.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where uploading extremely thin images (e.g. 1000x1) would fail. Contributed by @Neeeflix.