Those were used to show a “follow” or “unfollow” button on account grid on
public pages, but that got removed a while ago.
next if @account.user_hides_network?
follows
- @relationships = AccountRelationshipsPresenter.new(follows.map(&:account_id), current_user.account_id) if user_signed_in?
end
format.json do
next if @account.user_hides_network?
follows
- @relationships = AccountRelationshipsPresenter.new(follows.map(&:target_account_id), current_user.account_id) if user_signed_in?
end
format.json do