diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 7ab3d76da4..b01d070179 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -265,8 +265,7 @@ class Diaspora } $items = Item::select(['author-id', 'author-link', 'parent-author-link'], - ['parent' => $item['parent'], 'gravity' => [GRAVITY_COMMENT, GRAVITY_ACTIVITY]], - ['group_by' => ['author-id']]); + ['parent' => $item['parent'], 'gravity' => [GRAVITY_COMMENT, GRAVITY_ACTIVITY]]); while ($item = DBA::fetch($items)) { $contact = DBA::selectFirst('contact', ['id', 'url', 'name', 'protocol', 'batch', 'network'], ['id' => $item['author-id']]);