mirror of
https://github.com/friendica/friendica
synced 2025-04-26 00:30:12 +00:00
White spaces
This commit is contained in:
parent
0e15715088
commit
dc48f9b8f0
6 changed files with 19 additions and 18 deletions
|
@ -49,7 +49,7 @@ class Tweets extends BaseApi
|
|||
|
||||
$data['status'] = [];
|
||||
|
||||
$count = $this->getRequestValue($request, 'count', 15);
|
||||
$count = $this->getRequestValue($request, 'count', 20, 1, 100);
|
||||
$count = $this->getRequestValue($request, 'rpp', $count);
|
||||
$since_id = $this->getRequestValue($request, 'since_id', 0, 0);
|
||||
$max_id = $this->getRequestValue($request, 'max_id', 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue