Respond to proper ActivityPub type.
This commit is contained in:
parent
86525e3a34
commit
468e41d50c
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
config :mime, :types, %{
|
config :mime, :types, %{
|
||||||
"application/xrd+xml" => ["xrd+xml"],
|
"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
|
config :pleroma, :websub, Pleroma.Web.Websub
|
||||||
|
|
Loading…
Reference in New Issue