Merge branch 'bugfix/instance-gen_exiftool' into 'develop'

pleroma.instance: Fix Exiftool module name

See merge request pleroma/pleroma!3143
This commit is contained in:
Haelwenn 2020-11-14 21:43:07 +00:00
commit 28da36975d
3 changed files with 5 additions and 2 deletions

View file

@ -73,6 +73,9 @@ switched to a new configuration mechanism, however it was not officially removed
### 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