make discover items interactive

This commit is contained in:
friendica
2014-09-22 21:37:19 -07:00
parent b735961560
commit fb05919d90
5 changed files with 30 additions and 11 deletions

View File

@@ -405,7 +405,7 @@ function network_content(&$a, $update = 0, $load = false) {
xchan_query($items);
$items = fetch_post_tags($items,true);
$items = conv_sort($items,$ordering);
$items = conv_sort($items,$ordering,(($firehose) ? local_user() : 0));
}
else {
$items = array();