diff options
author | Mario <mario@mariovavti.com> | 2020-12-19 15:21:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-19 15:21:34 +0000 |
commit | 57f6f54f29623972abc980b5e87c7933e32d1d3a (patch) | |
tree | a1f0dbe1140d6891370a277c658ccf9ff199ef6f /Zotlabs/Module | |
parent | 8640e6d1df1004191a1cac9a2d894c73aa06f84a (diff) | |
download | volse-hubzilla-57f6f54f29623972abc980b5e87c7933e32d1d3a.tar.gz volse-hubzilla-57f6f54f29623972abc980b5e87c7933e32d1d3a.tar.bz2 volse-hubzilla-57f6f54f29623972abc980b5e87c7933e32d1d3a.zip |
refresh_all will be called from the notifier in Daemon/Directory
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Import.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php index cd99fb3c0..f8fc366e0 100644 --- a/Zotlabs/Module/Import.php +++ b/Zotlabs/Module/Import.php @@ -585,11 +585,6 @@ class Import extends \Zotlabs\Web\Controller { if(array_key_exists('item_id',$data) && $data['item_id']) import_item_ids($channel,$data['item_id']); - // send out refresh requests - // notify old server that it may no longer be primary. - - \Zotlabs\Daemon\Master::Summon(array('Notifier','refresh_all',$channel['channel_id'])); - // This will indirectly perform a refresh_all *and* update the directory \Zotlabs\Daemon\Master::Summon(array('Directory', $channel['channel_id'])); |