summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-07-05 12:05:19 +0200
committerIlja <ilja@ilja.space>2022-07-05 12:05:19 +0200
commitf88ed1df75efcbfff930c642eeff5891cadceb1f (patch)
tree8443c65b205de04a6ed46857da496b8520cb0a21 /docs/configuration/cheatsheet.md
parent6ef38c6523fc8b7f28ef92d38b9ca829d8a7248e (diff)
parent29f4ab640b0269fc7751fca7c24cda5be912d1e5 (diff)
downloadpleroma-f88ed1df75efcbfff930c642eeff5891cadceb1f.tar.gz
pleroma-f88ed1df75efcbfff930c642eeff5891cadceb1f.zip
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into fine_grained_moderation_privileges
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index a12cfff92..9cf7ce499 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -657,12 +657,18 @@ This filter replaces the filename (not the path) of an upload. For complete obfu
No specific configuration.
-#### Pleroma.Upload.Filter.Exiftool
+#### Pleroma.Upload.Filter.Exiftool.StripLocation
This filter only strips the GPS and location metadata with Exiftool leaving color profiles and attributes intact.
No specific configuration.
+#### Pleroma.Upload.Filter.Exiftool.ReadDescription
+
+This filter reads the ImageDescription and iptc:Caption-Abstract fields with Exiftool so clients can prefill the media description field.
+
+No specific configuration.
+
#### Pleroma.Upload.Filter.Mogrify
* `args`: List of actions for the `mogrify` command like `"strip"` or `["strip", "auto-orient", {"implode", "1"}]`.