logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 468e41d50c5559a82140d54ab15d17e57a9a04f9
parent: 86525e3a345d79b3ab3dcece72e6f6bc8f7af961
Author: lain <lain@soykaf.club>
Date:   Sun,  1 Apr 2018 14:58:01 +0200

Respond to proper ActivityPub type.

Diffstat:

Mconfig/config.exs3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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