]> git.mxchange.org Git - friendica.git/commitdiff
Added missing field
authorMichael <heluecht@pirati.ca>
Wed, 6 May 2020 15:37:04 +0000 (15:37 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 6 May 2020 15:37:04 +0000 (15:37 +0000)
src/Protocol/Diaspora.php

index b01d070179eb47243259af61ba9780b7d1a87ee9..044740d3c7e44fcb1203f3a8686b8da5d06a32b3 100644 (file)
@@ -264,7 +264,7 @@ class Diaspora
                        return $contacts;
                }
 
-               $items = Item::select(['author-id', 'author-link', 'parent-author-link'],
+               $items = Item::select(['author-id', 'author-link', 'parent-author-link', 'parent-guid'],
                        ['parent' => $item['parent'], 'gravity' => [GRAVITY_COMMENT, GRAVITY_ACTIVITY]]);
                while ($item = DBA::fetch($items)) {
                        $contact = DBA::selectFirst('contact', ['id', 'url', 'name', 'protocol', 'batch', 'network'],