about summary refs log tree commit diff
path: root/app/services/concerns/author_extractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/concerns/author_extractor.rb')
-rw-r--r--app/services/concerns/author_extractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/concerns/author_extractor.rb b/app/services/concerns/author_extractor.rb
index ae32eebbb..00fe1c663 100644
--- a/app/services/concerns/author_extractor.rb
+++ b/app/services/concerns/author_extractor.rb
@@ -18,6 +18,6 @@ module AuthorExtractor
       acct   = "#{username}@#{domain}"
     end
 
-    FollowRemoteAccountService.new.call(acct, update_profile)
+    ResolveRemoteAccountService.new.call(acct, update_profile)
   end
 end