Browse Source

Respond to proper ActivityPub type.

tags/v0.9.9
lain 6 years ago
parent
commit
468e41d50c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config/config.exs

+ 2
- 1
config/config.exs View File

@@ -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


Loading…
Cancel
Save