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:
		| @@ -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'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user