mirror of
https://github.com/friendica/friendica
synced 2024-11-11 15:42:53 +00:00
Removed whitespace
This commit is contained in:
parent
328a6c9e4e
commit
bd1306d020
8 changed files with 65 additions and 65 deletions
|
@ -68,7 +68,7 @@ class Seen extends BaseApi
|
||||||
$include_entities = strtolower(($_REQUEST['include_entities'] ?? 'false') == 'true');
|
$include_entities = strtolower(($_REQUEST['include_entities'] ?? 'false') == 'true');
|
||||||
|
|
||||||
// we found the item, return it to the user
|
// we found the item, return it to the user
|
||||||
$ret = [DI::twitterStatus()->createFromUriId($item['uri-id'], $item['uid'], $include_entities)->toArray()];
|
$ret = [DI::twitterStatus()->createFromUriId($item['uri-id'], $item['uid'], $include_entities)->toArray()];
|
||||||
$data = ['status' => $ret];
|
$data = ['status' => $ret];
|
||||||
DI::apiResponse()->exit('statuses', $data, $this->parameters['extension'] ?? null);
|
DI::apiResponse()->exit('statuses', $data, $this->parameters['extension'] ?? null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue