diff options
author | Erik Johnston <erikj@matrix.org> | 2023-08-30 15:18:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:18:34 +0100 |
commit | 3de82bb2af28f56696a79bf41ccffc81385b6e2c (patch) | |
tree | 13f12b42ca11ef4ba7ad8c8756bc05f50ed38263 /changelog.d | |
parent | Fix rare bug that broke looping calls (#16210) (diff) | |
download | synapse-3de82bb2af28f56696a79bf41ccffc81385b6e2c.tar.xz |
Gracefully handle failing to thumbnail images (#16211)
Diffstat (limited to 'changelog.d')
-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..ab1816386c --- /dev/null +++ b/changelog.d/16211.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where uploading images would fail if we could not generate thumbnails for them. |