mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +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
|
@ -47,7 +47,7 @@ class Favourited extends BaseApi
|
|||
'min_id' => 0, // Return results immediately newer than id
|
||||
'max_id' => 0, // Return results older than id
|
||||
'with_muted' => false, // Pleroma extension: return activities by muted (not by blocked!) users.
|
||||
]);
|
||||
], $request);
|
||||
|
||||
$params = ['order' => ['thr-parent-id' => true], 'limit' => $request['limit']];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue