Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)
Rename Activitypub to ActivityPub
This commit is contained in:
@ -18,6 +18,6 @@ module AuthorExtractor
|
||||
acct = "#{username}@#{domain}"
|
||||
end
|
||||
|
||||
FollowRemoteAccountService.new.call(acct, update_profile)
|
||||
ResolveRemoteAccountService.new.call(acct, update_profile)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user