diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-01 13:34:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 13:34:24 +0100 |
commit | b1f4e6e4fc3d0cf5e10d6a79ef89abdcc9e63e8c (patch) | |
tree | b33be4430418042e51e5d6ce1c729fa09bf4fc9b /changelog.d | |
parent | changelog fixes (diff) | |
download | synapse-b1f4e6e4fc3d0cf5e10d6a79ef89abdcc9e63e8c.tar.xz |
fix a logging error in thumbnailer (#8435)
Introduced in #8236
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8435.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8435.bugfix b/changelog.d/8435.bugfix new file mode 100644 index 0000000000..6f04871015 --- /dev/null +++ b/changelog.d/8435.bugfix @@ -0,0 +1 @@ +Fix a longstanding bug where files that could not be thumbnailed would result in an Internal Server Error. |