]> git.mxchange.org Git - friendica.git/commitdiff
Spaces
authorMichael <heluecht@pirati.ca>
Tue, 18 May 2021 07:13:32 +0000 (07:13 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 18 May 2021 07:13:32 +0000 (07:13 +0000)
src/Module/Api/Mastodon/Search.php

index 76c8ae008a0e8e5eac2e90888c8e4c2010e47484..3eec69efca0f22f9d52b120663c1279bb02943ec 100644 (file)
@@ -47,8 +47,7 @@ class Search extends BaseApi
                $uid = self::getCurrentUserID();
 
                $request = self::getRequest(['account_id' => 0, 'max_id' => 0, 'min_id' => 0, 'type' => '',
-                       'exclude_unreviewed' => false, 'q' => '', 'resolve' => false, 'limit' => 20,
-                       'offset' => 0, 'following' => false]);
+                       'exclude_unreviewed' => false, 'q' => '', 'resolve' => false, 'limit' => 20, 'offset' => 0, 'following' => false]);
 
                // If provided, statuses returned will be authored only by this account
                $account_id = $request['account_id'];