mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:50:10 +00:00
Standards ...
This commit is contained in:
parent
299d70ca1d
commit
6d1d4789f1
4 changed files with 9 additions and 9 deletions
|
@ -55,7 +55,7 @@ class NetworkPublicTimeline extends BaseApi
|
|||
$condition[] = $max_id;
|
||||
}
|
||||
|
||||
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
|
||||
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
|
||||
$statuses = Post::selectForUser($uid, Item::DISPLAY_FIELDLIST, $condition, $params);
|
||||
|
||||
$include_entities = strtolower(($_REQUEST['include_entities'] ?? 'false') == 'true');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue