mirror of https://github.com/tootsuite/mastodon
parent
c36b9cc5a6
commit
86b4d5439c
|
@ -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 New Issue