Skip to content

Commit

Permalink
acct, not local_username_and_domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Nov 3, 2023
1 parent c54cafd commit c8a8395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Api::V2::FollowRecommendationsGraphController < Api::BaseController
before_action :set_account

def show
handle = @account.local_username_and_domain
handle = @account.acct
service = FollowRecommendationsService.new
recommendation_handles = service.call(handle: handle)
follows = Follow.where(account: @account).map { |f| f.target_account.acct }
Expand Down

0 comments on commit c8a8395

Please sign in to comment.