Update Mogrify docs and warning for deprecated syntax to encourage

users to enable both strip and auto-orient
This commit is contained in:
Mark Felder 2019-02-03 16:39:42 +00:00
commit 0c08bd4181
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ Note: `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`.
## Pleroma.Upload.Filter.Mogrify
* `args`: List of actions for the `mogrify` command like `"strip"` or `["strip", {"impode", "1"}]`.
* `args`: List of actions for the `mogrify` command like `"strip"` or `["strip", "auto-orient", {"impode", "1"}]`.
## Pleroma.Upload.Filter.Dedupe