From: lain Date: Sun, 1 Apr 2018 12:58:01 +0000 (+0200) Subject: Respond to proper ActivityPub type. X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=sidebyside;h=468e41d50c5559a82140d54ab15d17e57a9a04f9;p=akkoma Respond to proper ActivityPub type. --- diff --git a/config/config.exs b/config/config.exs index 151c6b826..7bdd65259 100644 --- a/config/config.exs +++ b/config/config.exs @@ -27,7 +27,8 @@ config :logger, :console, config :mime, :types, %{ "application/xrd+xml" => ["xrd+xml"], - "application/activity+json" => ["activity+json"] + "application/activity+json" => ["activity+json"], + "application/ld+json" => ["activity+json"] } config :pleroma, :websub, Pleroma.Web.Websub