diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-09-08 12:21:33 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-09-08 19:45:44 +0300 |
| commit | 7490b76bbfa0e39f7950d5611f00bddb2aac34ad (patch) | |
| tree | 9e2b79bf100ac7b6698a4277dc595d6c9a2eba60 /CHANGELOG.md | |
| parent | e430e98e7dac24978e4f985948b7ae6847dfaee6 (diff) | |
| download | pleroma-7490b76bbfa0e39f7950d5611f00bddb2aac34ad.tar.gz pleroma-7490b76bbfa0e39f7950d5611f00bddb2aac34ad.zip | |
Merge branch 'fix/upload-filter-exiftool-webp' into 'develop'
Skip processing webp image files because we can't strip EXIF
Closes #2080
See merge request pleroma/pleroma!2924
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a24a7e4..92635f6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Default HTTP adapter not respecting pool setting, leading to possible OOM. -- Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers. +- Fixed uploading webp images when the Exiftool Upload Filter is enabled by skipping them +- Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers - Mastodon API: Timelines hanging for (`number of posts with links * rich media timeout`) in the worst case. Reduced to just rich media timeout. - Mastodon API: Cards being wrong for preview statuses due to cache key collision. |
