Respond to proper ActivityPub type.

This commit is contained in:
lain 2018-04-01 14:58:01 +02:00
parent 86525e3a34
commit 468e41d50c
1 changed files with 2 additions and 1 deletions

View File

@ -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