summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-12-04 00:04:11 +0100
committerstuebinm2024-12-04 00:04:11 +0100
commitdc39c5598f4ba78cd575f1c5330452f7f74ee943 (patch)
treeed9aee580bda379f818ed5f465c2517246e0a32f
parent1c31d03bf31c489e6826f341c53dfa3a4a76f144 (diff)
akkoma: change deprecated exiftool config
-rw-r--r--flora/services/akkoma.nix2
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"
];