mirror of
https://github.com/friendica/friendica
synced 2025-04-21 15:50:13 +00:00
Add a second parameter to BaseApi::getRequest to enable API tests
This commit is contained in:
parent
d83ebe6031
commit
9cc675233d
40 changed files with 45 additions and 41 deletions
|
@ -91,7 +91,7 @@ class FollowRequests extends BaseApi
|
|||
'min_id' => 0,
|
||||
'max_id' => 0,
|
||||
'limit' => 40, // Maximum number of results to return. Defaults to 40. Paginate using the HTTP Link header.
|
||||
]);
|
||||
], $request);
|
||||
|
||||
$introductions = DI::intro()->selectForUser($uid, $request['min_id'], $request['max_id'], $request['limit']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue