Skip to content
Snippets Groups Projects

[Sprint/GiddyGiraffe] (fix): don't show suggestions if near subscriptions ratelimit threshold

@@ -121,14 +121,6 @@ class Manager
$response = new Response();
//$result = $this->suggestedFeedsManager->getFeed($opts);
//foreach ($result as $user) {
// $suggestion = new Suggestion();
// $suggestion->setEntityGuid($user->guid);
// $response[] = $suggestion;
//}
$guids = [
626772382194872329,
100000000000065670,
Loading