]> git.mxchange.org Git - friendica.git/blobdiff - include/diaspora.php
Author check works now
[friendica.git] / include / diaspora.php
index dcce9b3510767fea348e71104cf3992f5e21d3d1..cd857ba6bdb9868da06f2d0219e83d1e850a5100 100644 (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) {