]> git.mxchange.org Git - friendica.git/commitdiff
The rss/atom feed is added to the inofficial "services" section.
authorMichael Vogel <icarus@dabo.de>
Mon, 24 Aug 2015 06:02:46 +0000 (08:02 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 24 Aug 2015 06:02:46 +0000 (08:02 +0200)
mod/nodeinfo.php

index a816a43efa2c0fde1a65dc50c71820ecf39a28e0..d2ef9179080ba835bbef6d526ffc468c514b26ca 100644 (file)
@@ -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";