]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateServerDirectory.php
Don't add contacts when not needed
[friendica.git] / src / Worker / UpdateServerDirectory.php
index 262da2d308196f87c1460c7fe1c600c8a719070f..fd5ee0534ba0edc3a74a4d3d40e01d3a8ea0726a 100644 (file)
@@ -9,6 +9,10 @@ use Friendica\Model\GServer;
 
 class UpdateServerDirectory
 {
+       /**
+        * Query the given server for their users
+        * @param string $gserver Server URL
+        */
        public static function execute($gserver)
        {
                GServer::updateDirectory($gserver);