mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
Debug code removed
This commit is contained in:
parent
e4dda7d2ca
commit
36c7aea214
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Followers extends BaseApi
|
||||||
'limit' => 40, // Maximum number of results to return. Defaults to 40.
|
'limit' => 40, // Maximum number of results to return. Defaults to 40.
|
||||||
], $request);
|
], $request);
|
||||||
|
|
||||||
if (false && $id == Contact::getPublicIdByUserId($uid)) {
|
if ($id == Contact::getPublicIdByUserId($uid)) {
|
||||||
$params = ['order' => ['pid' => true], 'limit' => $request['limit']];
|
$params = ['order' => ['pid' => true], 'limit' => $request['limit']];
|
||||||
|
|
||||||
$condition = ['uid' => $uid, 'self' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];
|
$condition = ['uid' => $uid, 'self' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];
|
||||||
|
|
Loading…
Reference in a new issue