From 98c7e9534ec6ba1f6ab61f0db8f847b160390836 Mon Sep 17 00:00:00 2001 From: Oneric Date: Mon, 23 Dec 2024 14:14:47 +0100 Subject: [PATCH] Drop obsolete APNG mime override Commit 9d2c558f64fd7853f9317e74821d6687eb7a8886 bumped to a mime package version including the upstream fix. --- config/config.exs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/config.exs b/config/config.exs index 5a6169506..48ebe91d2 100644 --- a/config/config.exs +++ b/config/config.exs @@ -166,10 +166,7 @@ "application/xrd+xml" => ["xrd+xml"], "application/jrd+json" => ["jrd+json"], "application/activity+json" => ["activity+json"], - "application/ld+json" => ["activity+json"], - # Can be removed when bumping MIME past 2.0.5 - # see https://akkoma.dev/AkkomaGang/akkoma/issues/657 - "image/apng" => ["apng"] + "application/ld+json" => ["activity+json"] } config :mime, :extensions, %{