Skip to content

Commit

Permalink
Merge pull request #1218 from R0ckweb/patch-2
Browse files Browse the repository at this point in the history
Fix #1141 on remote follow
  • Loading branch information
Gargron committed Apr 8, 2017
2 parents c141f0a + 1e44534 commit 33849ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/follow_remote_account_service.rb
Expand Up @@ -50,8 +50,8 @@ def call(uri)
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
Expand Down

0 comments on commit 33849ac

Please sign in to comment.