summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-08 12:21:33 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-08 12:21:33 +0000
commit0a05670b4499d170f6bc0eaecfae0d71be022227 (patch)
tree6e4eeb461cc21dc2dbc45cc96eabfe92576715fe /CHANGELOG.md
parentd34dc4a7469b97e28ca4fffc8b2387c937ab56d8 (diff)
parent0f27211dd0b9177abf0eb8b10665c6351f07756a (diff)
downloadpleroma-0a05670b4499d170f6bc0eaecfae0d71be022227.tar.gz
pleroma-0a05670b4499d170f6bc0eaecfae0d71be022227.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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6180a6da..75442b5f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Possible OOM errors with the default HTTP adapter
+- 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.