diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-12-11 10:37:22 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-12-11 10:37:22 +0100 |
commit | 5599c5920c293ac993146e21a73520213bbe2a8a (patch) | |
tree | b0295a8811456bc9f27337f479d24826a96b17ff /config/config.exs | |
parent | 25118aeef7efa9e5d85db735ab5360857d8f5a71 (diff) | |
download | pleroma-5599c5920c293ac993146e21a73520213bbe2a8a.tar.gz pleroma-5599c5920c293ac993146e21a73520213bbe2a8a.zip |
Basic incoming AP support.
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
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 |