mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
also remove the comment now that we do not use the effective_uid param anymore
This commit is contained in:
@@ -247,10 +247,6 @@ class Pubstream extends \Zotlabs\Web\Controller {
|
||||
|
||||
if($r) {
|
||||
$items = items_by_parent_ids($r, blog_mode: $blog_mode);
|
||||
|
||||
// use effective_uid param of xchan_query to help sort out comment permission
|
||||
// for sys_channel owned items.
|
||||
|
||||
xchan_query($items);
|
||||
$items = fetch_post_tags($items,true);
|
||||
$items = conv_sort($items, $ordering);
|
||||
|
||||
Reference in New Issue
Block a user