Basic incoming AP support.
This commit is contained in:
parent
25118aeef7
commit
5599c5920c
5 changed files with 82 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue