"UpdateSuggestions" added
This commit is contained in:
17
src/Worker/UpdateSuggestions.php
Normal file
17
src/Worker/UpdateSuggestions.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* @file src/Worker/UpdateSuggestions.php
|
||||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Model\GContact;
|
||||
|
||||
class UpdateSuggestions
|
||||
{
|
||||
// Discover other servers for their contacts.
|
||||
public static function execute()
|
||||
{
|
||||
GContact::updateSuggestions();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user