populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).

This commit is contained in:
friendica
2013-08-05 20:08:35 -07:00
parent 089e915be1
commit c2f97f7490
6 changed files with 92 additions and 84 deletions

View File

@@ -39,7 +39,7 @@ function directory_run($argv, $argc){
$directory = find_upstream_directory($dirmode);
if($directory) {
$url = $directory['url'];
$url = $directory['url'] . '/post';
}
else {
$url = DIRECTORY_FALLBACK_MASTER . '/post';