From 157c64cac2c8667103bd34ab064079752f5244d6 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 24 Aug 2015 08:02:46 +0200 Subject: [PATCH] The rss/atom feed is added to the inofficial "services" section. --- mod/nodeinfo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/nodeinfo.php b/mod/nodeinfo.php index a816a43efa..d2ef917908 100644 --- a/mod/nodeinfo.php +++ b/mod/nodeinfo.php @@ -127,6 +127,7 @@ function nodeinfo_init(&$a){ $nodeinfo["services"]["outbound"][] = "wordpress"; $nodeinfo["metadata"]["services"] = $nodeinfo["services"]; + $nodeinfo["metadata"]["services"]["inbound"][] = "feed"; if (nodeinfo_plugin_enabled("twitter")) $nodeinfo["metadata"]["services"]["inbound"][] = "twitter";