From: Michael Date: Wed, 6 May 2020 15:37:04 +0000 (+0000) Subject: Added missing field X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9ee46824f391102de8a8853cd940bed6aaddea6;p=friendica.git Added missing field --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index b01d070179..044740d3c7 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -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'],