mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Use username/domain to match existing accounts in ActivityPub (#6842)
See also: #6837, #6667
This commit is contained in:
parent
a5c6c748e0
commit
9381a7d9d5
@ -16,7 +16,7 @@ class ActivityPub::ProcessAccountService < BaseService
|
|||||||
|
|
||||||
RedisLock.acquire(lock_options) do |lock|
|
RedisLock.acquire(lock_options) do |lock|
|
||||||
if lock.acquired?
|
if lock.acquired?
|
||||||
@account = Account.find_by(uri: @uri)
|
@account = Account.find_remote(@username, @domain)
|
||||||
@old_public_key = @account&.public_key
|
@old_public_key = @account&.public_key
|
||||||
@old_protocol = @account&.protocol
|
@old_protocol = @account&.protocol
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user