mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Standards
This commit is contained in:
parent
bd1306d020
commit
260ee13d07
4 changed files with 9 additions and 9 deletions
|
@ -69,7 +69,7 @@ class Mentions extends BaseApi
|
|||
|
||||
array_unshift($condition, $query);
|
||||
|
||||
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
|
||||
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
|
||||
$statuses = Post::selectForUser($uid, [], $condition, $params);
|
||||
|
||||
$include_entities = strtolower(($_REQUEST['include_entities'] ?? 'false') == 'true');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue