forked from AkkomaGang/akkoma
Respond to proper ActivityPub type.
This commit is contained in:
parent
86525e3a34
commit
468e41d50c
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue