Added UpdateServerDirectory

This commit is contained in:
Michael 2019-12-20 20:37:21 +00:00
parent 37f0519514
commit a1ad549e0b
3 changed files with 19 additions and 4 deletions

View file

@ -0,0 +1,18 @@
<?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;
}
}