mirror of
https://github.com/friendica/friendica
synced 2025-04-22 16:30:11 +00:00
Content is now filled
This commit is contained in:
parent
cd3d4ae4e6
commit
305fe62659
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue