diff options
author | href <href@random.sh> | 2018-11-05 15:19:03 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-11-05 15:19:03 +0100 |
commit | 6fe23c54581437fbaa42d880b57b3464bb439ce4 (patch) | |
tree | b1e18d79ff49020b8c7408b052afdf248332e7fa /lib/pleroma/web/nodeinfo | |
parent | bd97b3614f2353619ab524844d100b6f25527592 (diff) | |
download | pleroma-6fe23c54581437fbaa42d880b57b3464bb439ce4.tar.gz |
Runtime configured router
Diffstat (limited to 'lib/pleroma/web/nodeinfo')
-rw-r--r-- | lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex index 5446179cb..d58f08881 100644 --- a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex +++ b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex @@ -6,6 +6,8 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do alias Pleroma.{User, Repo} alias Pleroma.Web.ActivityPub.MRF + plug(Pleroma.Web.FederatingPlug) + def schemas(conn, _params) do response = %{ links: [ |