From ff6f937f2b2cf49410ab1999a9b3cb850feab376 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 24 Sep 2017 13:27:35 +0000 Subject: [PATCH] Author check works now --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {