remove some more distinct in queries and observe any regressions. this is related to issue #1079 and commit d47ea20aa8

This commit is contained in:
Mario Vavti
2018-04-16 11:42:13 +02:00
parent a8b78dc1f5
commit bef5be827d
2 changed files with 2 additions and 7 deletions

View File

@@ -224,7 +224,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
);
}
else {
$r = q("SELECT distinct parent AS item_id, $ordering FROM item
$r = q("SELECT parent AS item_id FROM item
left join abook on item.author_xchan = abook.abook_xchan
$net_query
WHERE true $uids $item_normal_update