diff options
author | stuebinm | 2024-12-04 00:04:11 +0100 |
---|---|---|
committer | stuebinm | 2024-12-04 00:04:11 +0100 |
commit | dc39c5598f4ba78cd575f1c5330452f7f74ee943 (patch) | |
tree | ed9aee580bda379f818ed5f465c2517246e0a32f /flora | |
parent | 1c31d03bf31c489e6826f341c53dfa3a4a76f144 (diff) |
akkoma: change deprecated exiftool config
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index 756f2a7..13c69fc 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -99,7 +99,7 @@ in ]; "Pleroma.Upload" = { filters = map mkAtom [ - "Pleroma.Upload.Filter.Exiftool" + "Pleroma.Upload.Filter.Exiftool.StripMetadata" "Pleroma.Upload.Filter.AnonymizeFilename" "Pleroma.Upload.Filter.Dedupe" ]; |