]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/NodeInfo210.php
Separate section for contacts without any relationship
[friendica.git] / src / Module / NodeInfo210.php
index 98f114fb344977f21a51d450508d2b32b4533e87..e7112846c6c9c86400a12f595f47fdee31ee2d13 100644 (file)
@@ -52,7 +52,6 @@ class NodeInfo210 extends BaseModule
                $nodeinfo = [
                        'version' => '1.0',
                        'server'  => [
-                               'baseUrl'  => $this->baseUrl->get(),
                                'name'     => $this->config->get('config', 'sitename'),
                                'software' => 'friendica',
                                'version'  => App::VERSION . '-' . DB_UPDATE_VERSION,