Spaces
This commit is contained in:
parent
8ae29eabe8
commit
f31fdf4391
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class Search extends BaseApi
|
||||||
$uid = self::getCurrentUserID();
|
$uid = self::getCurrentUserID();
|
||||||
|
|
||||||
$request = self::getRequest(['account_id' => 0, 'max_id' => 0, 'min_id' => 0, 'type' => '',
|
$request = self::getRequest(['account_id' => 0, 'max_id' => 0, 'min_id' => 0, 'type' => '',
|
||||||
'exclude_unreviewed' => false, 'q' => '', 'resolve' => false, 'limit' => 20,
|
'exclude_unreviewed' => false, 'q' => '', 'resolve' => false, 'limit' => 20, 'offset' => 0, 'following' => false]);
|
||||||
'offset' => 0, 'following' => false]);
|
|
||||||
|
|
||||||
// If provided, statuses returned will be authored only by this account
|
// If provided, statuses returned will be authored only by this account
|
||||||
$account_id = $request['account_id'];
|
$account_id = $request['account_id'];
|
||||||
|
|
Loading…
Reference in a new issue