pleroma.instance: Fix Exiftool module name

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-11-14 22:27:13 +01:00
commit e2f573d68b
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 5 additions and 2 deletions

View file

@ -72,6 +72,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