mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
This commit is contained in:
parent
c36b9cc5a6
commit
86b4d5439c
@ -44,7 +44,7 @@ class ResolveRemoteAccountService < BaseService
|
|||||||
if lock.acquired?
|
if lock.acquired?
|
||||||
@account = Account.find_remote(@username, @domain)
|
@account = Account.find_remote(@username, @domain)
|
||||||
|
|
||||||
if activitypub_ready?
|
if activitypub_ready? || @account&.activitypub?
|
||||||
handle_activitypub
|
handle_activitypub
|
||||||
else
|
else
|
||||||
handle_ostatus
|
handle_ostatus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user