This commit is contained in:
parent
46cce9ee4b
commit
856e8465ea
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ResolveRemoteAccountService < BaseService
|
|||
if lock.acquired?
|
||||
@account = Account.find_remote(@username, @domain)
|
||||
|
||||
if activitypub_ready?
|
||||
if activitypub_ready? || @account&.activitypub?
|
||||
handle_activitypub
|
||||
else
|
||||
handle_ostatus
|
||||
|
|
Loading…
Reference in a new issue