ostatus feed was missing comments

This commit is contained in:
zotlabs
2017-08-07 13:32:04 +02:00
committed by git-marijus
parent 23f9f8bc3b
commit 037e1edb1f
2 changed files with 5 additions and 9 deletions
+1 -1
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']),