From ae1eab6ff337607c9b1209d34196cd7f8eb23053 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 14:25:29 +0200 Subject: [PATCH] fix akkoma depreciation notice --- hosts/sisyphe/features/services/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index a57d93b..c37b796 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -67,7 +67,7 @@ in base_url = "https://blurb.rougebordeaux.xyz/media"; link_name = true; filters = map (pkgs.formats.elixirConf { }).lib.mkRaw [ - "Pleroma.Upload.Filter.Exiftool" + "Pleroma.Upload.Filter.Exiftool.StripMetadata" "Pleroma.Upload.Filter.Dedupe" "Pleroma.Upload.Filter.AnonymizeFilename" ];