Merge branch 'bugfix/instance-gen_exiftool' into 'develop'
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>
Sat, 14 Nov 2020 21:43:07 +0000 (21:43 +0000)
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>
Sat, 14 Nov 2020 21:43:07 +0000 (21:43 +0000)
pleroma.instance: Fix Exiftool module name

See merge request pleroma/pleroma!3143

1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index 2ecb434831d80ac00a1d439846b3fe7fe4d1931a,ab73de0eade4e1059c57e4e2aabaf14c41d8bb5a..63a8fa942283bd5ac26823b6413b630856c01075
@@@ -10,7 -10,6 +10,7 @@@ The format is based on [Keep a Changelo
  - Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`)
  - Mix task option for force-unfollowing relays
  - Media preview proxy (requires `ffmpeg` and `ImageMagick` to be installed and media proxy to be enabled; see `:media_preview_proxy` config for more details).
 +- Reports now generate notifications for admins and mods.
  - Pleroma API: Importing the mutes users from CSV files.
  - Experimental websocket-based federation between Pleroma instances.
  - Support pagination of blocks and mutes
@@@ -73,6 -72,9 +73,9 @@@ switched to a new configuration mechani
  ### Changed
  - API: Empty parameter values for integer parameters are now ignored in non-strict validaton mode.
  
+ ### Fixes
+ - Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool`
  ## [2.1.2] - 2020-09-17
  
  ### Security