diff --git a/app/services/follow_remote_account_service.rb b/app/services/follow_remote_account_service.rb index a008d7db5b6d9de0f0a35b2d7095c64401c58bfa..443c9c7013c3b169d1f9a16cf260c1f61150e22c 100644 --- a/app/services/follow_remote_account_service.rb +++ b/app/services/follow_remote_account_service.rb @@ -50,8 +50,8 @@ class FollowRemoteAccountService < BaseService account.uri = get_account_uri(xml) account.hub_url = hubs.first.attribute('href').value - get_profile(body, account) account.save! + get_profile(body, account) account end