Speed up follower query.
[akkoma] / config / config.exs
index 703c10c4814f78562296d8935f35aff04894ba60..bd714a189bd45a999e96cd0afec6d2e2b6629534 100644 (file)
@@ -27,7 +27,8 @@ config :logger, :console,
   metadata: [:request_id]
 
 config :mime, :types, %{
-  "application/xrd+xml" => ["xrd+xml"]
+  "application/xrd+xml" => ["xrd+xml"],
+  "application/activity+json" => ["activity+json"]
 }
 
 config :pleroma, :websub, Pleroma.Web.Websub