diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-28 15:45:10 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-28 15:45:10 +0200 |
commit | 1422e7aa84a897c6026e9dcd26b7d5955050687a (patch) | |
tree | 0caf315062518e60cbbd5ffa302a9306f789f29d /config/config.exs | |
parent | 451d18af63fcf97f0d9621e5bfe296e1f18a0312 (diff) | |
download | pleroma-1422e7aa84a897c6026e9dcd26b7d5955050687a.tar.gz pleroma-1422e7aa84a897c6026e9dcd26b7d5955050687a.zip |
Handle incoming websub subscriptions.
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 3826dddff..a5df31b5a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -30,7 +30,8 @@ config :mime, :types, %{ "application/xrd+xml" => ["xrd+xml"] } -config :pleroma, :websub_verifier, Pleroma.Web.Websub +config :pleroma, :websub, Pleroma.Web.Websub +config :pleroma, :ostatus, Pleroma.Web.OStatus # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. |