diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-02-03 16:39:42 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-02-03 16:39:42 +0000 |
commit | 0c08bd4181cda08112a9e12ba92cdfb25c602da1 (patch) | |
tree | 13cc2b64abf7d91d5a29c53babcb50f311446f13 /docs/config.md | |
parent | 8180de951e2ac1efc6cfb9f64d078d6a1b7d0c0e (diff) | |
download | pleroma-0c08bd4181cda08112a9e12ba92cdfb25c602da1.tar.gz |
Update Mogrify docs and warning for deprecated syntax to encourage
users to enable both strip and auto-orient
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index c14746d93..ce37084b9 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 |