From a09829a1ee62ec33904348979c5d5fbc6eb1bd6c Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 8 Sep 2013 21:05:39 -0700 Subject: perform a refresh_all when an import has completed so that all your connections get a fresh update. --- mod/import.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/import.php') diff --git a/mod/import.php b/mod/import.php index 08311013a..a63ccb875 100644 --- a/mod/import.php +++ b/mod/import.php @@ -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); -- cgit v1.2.3