diff --git a/app/controllers/api/v2/follow_recommendations_graph_controller.rb b/app/controllers/api/v2/follow_recommendations_graph_controller.rb index 5c7aedc3c..312dd8f01 100644 --- a/app/controllers/api/v2/follow_recommendations_graph_controller.rb +++ b/app/controllers/api/v2/follow_recommendations_graph_controller.rb @@ -33,7 +33,7 @@ def set_account end def personalized? - PersonalForYou.new.is_personalized(params[:acct]) + PersonalForYou.new.personalized_mammoth_user?(params[:acct]) end def handle_to_account_remote(handle)