diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-05-29 08:27:41 -0500 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-05-29 14:27:41 +0100 |
commit | 30858ff4617517916fc8973b16c6be6e13288bd0 (patch) | |
tree | c2bd001347696a1e6ecfb6c8d1a49abe5691e52e /changelog.d | |
parent | Correctly filter out extremities with soft failed prevs (#5274) (diff) | |
download | synapse-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.bugfix | 1 |
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. |