From e8854bb19dae01b18d2eb13af76d277847bdbb5a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Sep 2014 22:03:19 -0700 Subject: better way to deal with effective_uid --- mod/network.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/network.php b/mod/network.php index 2b07bb139..0bad366d4 100644 --- a/mod/network.php +++ b/mod/network.php @@ -403,9 +403,9 @@ function network_content(&$a, $update = 0, $load = false) { dbesc($parents_str) ); - xchan_query($items); + xchan_query($items,true,(($firehose) ? local_user() : 0)); $items = fetch_post_tags($items,true); - $items = conv_sort($items,$ordering,(($firehose) ? local_user() : 0)); + $items = conv_sort($items,$ordering); } else { $items = array(); -- cgit v1.2.3