Author check works now
This commit is contained in:
parent
80d787d990
commit
ff6f937f2b
|
@ -2479,7 +2479,7 @@ class Diaspora {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch items that are about to be deleted
|
// 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.
|
// When we receive a public retraction, we delete every item that we find.
|
||||||
if ($importer['uid'] == 0) {
|
if ($importer['uid'] == 0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user