mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:44:22 +02:00
'SearchDirectory' created (moved out of 'DiscoverPoco' mess)
This commit is contained in:
parent
88a39ea999
commit
37f0519514
3 changed files with 115 additions and 147 deletions
|
@ -242,7 +242,7 @@ class Search extends BaseObject
|
|||
DBA::close($data);
|
||||
|
||||
// Add found profiles from the global directory to the local directory
|
||||
Worker::add(PRIORITY_LOW, 'DiscoverPoCo', "dirsearch", urlencode($search));
|
||||
Worker::add(PRIORITY_LOW, 'SearchDirectory', $search);
|
||||
|
||||
return $resultList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue