From 36c7aea214104b4611bde6048da42b77d9bc5e61 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 3 Dec 2022 15:37:40 +0000 Subject: [PATCH] Debug code removed --- src/Module/Api/Mastodon/Accounts/Followers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]];