Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
The service used to be named ResolveRemoteAccountService resolves local accounts as well.
This commit is contained in:
parent
17cecd75ca
commit
613e7c7521
17 changed files with 26 additions and 26 deletions
|
@ -163,7 +163,7 @@ class Account < ApplicationRecord
|
|||
|
||||
def refresh!
|
||||
return if local?
|
||||
ResolveRemoteAccountService.new.call(acct)
|
||||
ResolveAccountService.new.call(acct)
|
||||
end
|
||||
|
||||
def unsuspend!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue