diff options
| author | Ilja <ilja@ilja.space> | 2022-02-20 13:46:29 +0100 | 
|---|---|---|
| committer | Ilja <ilja@ilja.space> | 2022-07-01 12:15:02 +0200 | 
| commit | 8303af84ce818b57347db4cd12611c4dd45bdf95 (patch) | |
| tree | 295869bd57bff4724f226d5904e2886f56ddd031 /docs | |
| parent | 551721e41a0bd98bb840baca48415a781cc463a7 (diff) | |
| download | pleroma-8303af84ce818b57347db4cd12611c4dd45bdf95.tar.gz pleroma-8303af84ce818b57347db4cd12611c4dd45bdf95.zip | |
Rename the Exiftool module
No migrations or checks yet
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/cheatsheet.md | 2 | ||||
| -rw-r--r-- | docs/installation/optional/media_graphics_packages.md | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 985a22a1d..74642397b 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -627,7 +627,7 @@ 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. diff --git a/docs/installation/optional/media_graphics_packages.md b/docs/installation/optional/media_graphics_packages.md index e43c748ea..de402d1c4 100644 --- a/docs/installation/optional/media_graphics_packages.md +++ b/docs/installation/optional/media_graphics_packages.md @@ -29,5 +29,5 @@ It is required for the following Pleroma features:  `exiftool` is media files metadata reader/writer.  It is required for the following Pleroma features: -    * `Pleroma.Upload.Filters.Exiftool` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`) +    * `Pleroma.Upload.Filters.Exiftool.StripLocation` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)      * `Pleroma.Upload.Filters.Exiftool.ReadDescription` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`) | 
