diff options
author | Erik Johnston <erik@matrix.org> | 2023-08-30 12:19:15 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-08-30 12:19:15 +0100 |
commit | c9d811bf534adb927dd883865322a0784d9fd7fc (patch) | |
tree | 013342e2333c7dbe2d4cb5493000c48db0c8e43b | |
parent | Gracefully handle failing to thumbnail images (diff) | |
download | synapse-github/erikj/handle_invalid_images.tar.xz |
-rw-r--r-- | changelog.d/16211.bugfix | 1 |
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..94b9337c14 --- /dev/null +++ b/changelog.d/16211.bugfix @@ -0,0 +1 @@ +Fix bug where uploading images would fail if we could not generate thumbanils for them. |