summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-12-11 10:37:22 +0100
committerRoger Braun <roger@rogerbraun.net>2017-12-11 10:37:22 +0100
commit5599c5920c293ac993146e21a73520213bbe2a8a (patch)
treeb0295a8811456bc9f27337f479d24826a96b17ff /config
parent25118aeef7efa9e5d85db735ab5360857d8f5a71 (diff)
downloadpleroma-5599c5920c293ac993146e21a73520213bbe2a8a.tar.gz
pleroma-5599c5920c293ac993146e21a73520213bbe2a8a.zip
Basic incoming AP support.
Diffstat (limited to 'config')
-rw-r--r--config/config.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index c4f89c40c..f26f9ecdf 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -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