Basic incoming AP support.

This commit is contained in:
Roger Braun 2017-12-11 10:37:22 +01:00
commit 5599c5920c
5 changed files with 82 additions and 3 deletions

View 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