Skip to content
Snippets Groups Projects
Commit 468e41d5 authored by lain's avatar lain
Browse files

Respond to proper ActivityPub type.

parent 86525e3a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment