From 62a4638ea8e07bf1d95d2b888255c053b69a465f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 6 May 2020 15:27:13 +0000 Subject: [PATCH] Don#t group --- src/Protocol/Diaspora.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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']]); -- 2.39.5