Content is now filled

This commit is contained in:
Michael 2020-09-03 19:13:03 +00:00
parent cd3d4ae4e6
commit 305fe62659
2 changed files with 6 additions and 6 deletions

View file

@ -56,7 +56,6 @@ class PublicTimeline extends BaseApi
$condition = ['gravity' => [GRAVITY_PARENT, GRAVITY_COMMENT], 'private' => Item::PUBLIC];
if ($local) {
$condition['wall'] = true;
$condition['origin'] = true;
} else {
$condition['uid'] = 0;