push refresh messages, performance work on conversations and configs, doc updates

This commit is contained in:
friendica
2013-06-14 16:54:58 -07:00
parent 9b67e114ad
commit 765d6e0a97
37 changed files with 421 additions and 350 deletions

View File

@@ -41,11 +41,16 @@ function directory_run($argv, $argc){
$url = DIRECTORY_FALLBACK_MASTER . '/post';
}
// ensure the upstream directory is updated
$packet = zot_build_packet($channel,'refresh');
$z = zot_zot($url,$packet);
// re-queue if unsuccessful
// Now update all the connections
proc_run('php','notifier','refresh_all',$channel['channel_id']);
}
if (array_search(__file__,get_included_files())===0){