hubzilla-addons issue #74 - delayed posts not honoured for GNU-Social

There is a very high probability this will also fix hubzilla-addons issue #75
This commit is contained in:
zotlabs 2017-12-21 13:33:05 -08:00
parent ad487ec9f7
commit c087d1e18b

View File

@ -4139,7 +4139,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C
}
if($channel && intval($arr['compat']) === 1) {
$sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 ";
$sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 $item_normal ";
}
if ($arr['datequery']) {