friendica/src/Worker/UpdateServerDirectory.php

19 lines
357 B
PHP
Raw Normal View History

2019-12-20 21:37:21 +01:00
<?php
/**
* @file src/Worker/UpdateServerDirectory.php
*/
namespace Friendica\Worker;
use Friendica\Core\Logger;
use Friendica\Protocol\PortableContact;
class UpdateServerDirectory.php
{
// Discover the given server id for their contacts
public static function execute($gserverid)
{
PortableContact::discoverSingleServer(gserverid);
return;
}
}