ostatus feed was missing comments

This commit is contained in:
zotlabs
2017-08-06 19:33:51 -07:00
parent 88a4889780
commit c00796d553
2 changed files with 5 additions and 9 deletions

View File

@@ -115,7 +115,7 @@ function get_feed_for($channel, $observer_hash, $params) {
$items = items_fetch(
[
'wall' => '1',
'wall' => '1',
'datequery' => $params['end'],
'datequery2' => $params['begin'],
'start' => intval($params['start']),