change from refresh_all to a directory update - which does a refresh_all and also updates the directory.

This commit is contained in:
friendica 2013-09-08 21:12:23 -07:00
parent a09829a1ee
commit 2c90a73695

View File

@ -347,7 +347,9 @@ function import_post(&$a) {
}
proc_run('php', 'include/notifier.php', 'refresh_all', $channel['channel_id']);
// This will indirectly perform a refresh_all *and* update the directory
proc_run('php', 'include/directory.php', $channel['channel_id']);
// send out refresh requests