Author check works now

This commit is contained in:
Michael 2017-09-24 13:27:35 +00:00
parent 80d787d990
commit ff6f937f2b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {