diff options
author | PauRE <prodrigestivill@gmail.com> | 2019-05-16 20:04:26 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-16 19:04:26 +0100 |
commit | f89f688a55e1ddffbfa3613ac333f43e81d4b995 (patch) | |
tree | 14e44a6df5e1f7d0ba99f8c2afaae8634142a2e5 /changelog.d | |
parent | Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_only (diff) | |
download | synapse-f89f688a55e1ddffbfa3613ac333f43e81d4b995.tar.xz |
Fix image orientation when generating thumbnail (#5039)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5039.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5039.bugfix b/changelog.d/5039.bugfix new file mode 100644 index 0000000000..212cff7ae8 --- /dev/null +++ b/changelog.d/5039.bugfix @@ -0,0 +1 @@ +Fix image orientation when generating thumbnails (needs pillow>=4.3.0). Contributed by Pau Rodriguez-Estivill. |