From: Michael Date: Sat, 3 Dec 2022 15:37:40 +0000 (+0000) Subject: Debug code removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36c7aea214104b4611bde6048da42b77d9bc5e61;p=friendica.git Debug code removed --- diff --git a/src/Module/Api/Mastodon/Accounts/Followers.php b/src/Module/Api/Mastodon/Accounts/Followers.php index cd03a0176a..949ec45f4a 100644 --- a/src/Module/Api/Mastodon/Accounts/Followers.php +++ b/src/Module/Api/Mastodon/Accounts/Followers.php @@ -56,7 +56,7 @@ class Followers extends BaseApi 'limit' => 40, // Maximum number of results to return. Defaults to 40. ], $request); - if (false && $id == Contact::getPublicIdByUserId($uid)) { + if ($id == Contact::getPublicIdByUserId($uid)) { $params = ['order' => ['pid' => true], 'limit' => $request['limit']]; $condition = ['uid' => $uid, 'self' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];