Skip to content
Snippets Groups Projects
Commit 33849acf authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #1218 from R0ckweb/patch-2

Fix #1141 on remote follow
parents c141f0a8 1e445340
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment