summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2019-05-29 08:27:41 -0500
committerErik Johnston <erik@matrix.org>2019-05-29 14:27:41 +0100
commit30858ff4617517916fc8973b16c6be6e13288bd0 (patch)
treec2bd001347696a1e6ecfb6c8d1a49abe5691e52e /changelog.d
parentCorrectly filter out extremities with soft failed prevs (#5274) (diff)
downloadsynapse-30858ff4617517916fc8973b16c6be6e13288bd0.tar.xz
Fix error when downloading thumbnail with width/height param missing (#5258)
Fix error when downloading thumbnail with width/height param missing

Fixes #2748

Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5258.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5258.bugfix b/changelog.d/5258.bugfix
new file mode 100644
index 0000000000..fb5d44aedb
--- /dev/null
+++ b/changelog.d/5258.bugfix
@@ -0,0 +1 @@
+Fix error when downloading thumbnail with missing width/height parameter.