perform a refresh_all when an import has completed so that all your connections get a fresh update.

This commit is contained in:
friendica
2013-09-08 21:05:39 -07:00
parent e11f2a9b02
commit a09829a1ee
2 changed files with 4 additions and 3 deletions

View File

@@ -347,6 +347,8 @@ function import_post(&$a) {
}
proc_run('php', 'include/notifier.php', 'refresh_all', $channel['channel_id']);
// send out refresh requests
notice( t('Import completed.') . EOL);