get('system', 'poco_discovery') == PortableContact::DISABLED) { return; } // Query Friendica and Hubzilla servers for their users GServer::discover(); // Query GNU Social servers for their users ("statistics" addon has to be enabled on the GS server) if (!DI::config()->get('system', 'ostatus_disabled')) { GContact::discoverGsUsers(); } } }