Do not PuSH-subscribe to remote accounts when creating them for salmon
This commit is contained in:
parent
784b9cca6a
commit
10eb47a33e
3 changed files with 19 additions and 8 deletions
|
@ -13,7 +13,7 @@ class ProcessInteractionService
|
|||
account = Account.find_by(username: username, domain: domain)
|
||||
|
||||
if account.nil?
|
||||
account = follow_remote_account_service.("acct:#{username}@#{domain}")
|
||||
account = follow_remote_account_service.("acct:#{username}@#{domain}", false)
|
||||
return if account.nil?
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue