From: Michael Date: Sun, 24 Sep 2017 13:27:35 +0000 (+0000) Subject: Author check works now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff6f937f2b2cf49410ab1999a9b3cb850feab376;p=friendica.git Author check works now --- diff --git a/include/diaspora.php b/include/diaspora.php index dcce9b3510..cd857ba6bd 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2479,7 +2479,7 @@ class Diaspora { } // Fetch items that are about to be deleted - $fields = array('uid', 'id', 'parent', 'parent-uri'); + $fields = array('uid', 'id', 'parent', 'parent-uri', 'author-link'); // When we receive a public retraction, we delete every item that we find. if ($importer['uid'] == 0) {