aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-06 19:33:51 -0700
committerzotlabs <mike@macgirvin.com>2017-08-06 19:33:51 -0700
commitc00796d553946a48a97474ea3e5d16f1b1e04f21 (patch)
tree71d4cc245f1a29cada7f58aba137c5035b2e7231 /include/items.php
parent88a4889780cb59efe62d840b1d79b738f5eecb1b (diff)
downloadvolse-hubzilla-c00796d553946a48a97474ea3e5d16f1b1e04f21.tar.gz
volse-hubzilla-c00796d553946a48a97474ea3e5d16f1b1e04f21.tar.bz2
volse-hubzilla-c00796d553946a48a97474ea3e5d16f1b1e04f21.zip
ostatus feed was missing comments
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/items.php b/include/items.php
index 386c25922..5a0ca01c6 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3929,8 +3929,8 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C
}
}
- if(intval($arr['compat']) === 1) {
- $sql_extra = " AND author_xchan = owner_xchan and item_wall = 1 and item_private = 0 ";
+ if($channel && intval($arr['compat']) === 1) {
+ $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 ";
}
if ($arr['datequery']) {
@@ -3940,11 +3940,6 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C
$sql_extra3 .= protect_sprintf(sprintf(" AND item.created >= '%s' ", dbesc(datetime_convert('UTC','UTC',$arr['datequery2']))));
}
- if(! array_key_exists('nouveau',$arr)) {
- $sql_extra2 = " AND item.parent = item.id ";
-// $sql_extra3 = '';
- }
-
if($arr['search']) {
if(strpos($arr['search'],'#') === 0)
@@ -4016,7 +4011,8 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C
if($arr['item_type'] === '*')
$item_restrict = '';
- if ($arr['nouveau'] && ($client_mode & CLIENT_MODE_LOAD) && $channel) {
+ if ((($arr['compat']) || ($arr['nouveau'] && ($client_mode & CLIENT_MODE_LOAD))) && $channel) {
+
// "New Item View" - show all items unthreaded in reverse created date order
$items = q("SELECT item.*, item.id AS item_id FROM item