]> git.mxchange.org Git - friendica.git/commitdiff
Author check works now
authorMichael <heluecht@pirati.ca>
Sun, 24 Sep 2017 13:27:35 +0000 (13:27 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 24 Sep 2017 13:27:35 +0000 (13:27 +0000)
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) {