From 07525c5b4594858b2b9a748a1d0cbc571fa49c7c Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 21 Apr 2021 18:51:53 +0000 Subject: next batch of fixes --- include/import.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/import.php') diff --git a/include/import.php b/include/import.php index 42fa2f247..379789109 100644 --- a/include/import.php +++ b/include/import.php @@ -715,11 +715,6 @@ function import_items($channel, $items, $sync = false, $relocate = null) { continue; } - // deprecated - - if(array_key_exists('diaspora_meta',$item)) - unset($item['diaspora_meta']); - if($relocate && $item['mid'] === $item['parent_mid']) { item_url_replace($channel,$item,$relocate['url'],z_root(),$relocate['channel_address']); } -- cgit v1.2.3