summaryrefslogtreecommitdiff
path: root/internal/processing/workers/fromfediapi_move.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/workers/fromfediapi_move.go')
-rw-r--r--internal/processing/workers/fromfediapi_move.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/processing/workers/fromfediapi_move.go b/internal/processing/workers/fromfediapi_move.go
index d1e43c0c7..d2f06de5d 100644
--- a/internal/processing/workers/fromfediapi_move.go
+++ b/internal/processing/workers/fromfediapi_move.go
@@ -303,10 +303,13 @@ func (p *fediAPI) MoveAccount(ctx context.Context, fMsg *messages.FromFediAPI) e
}
// Account to which the Move is taking place.
+ //
+ // Match by uri only.
targetAcct, targetAcctable, err := p.federate.GetAccountByURI(
ctx,
fMsg.Receiving.Username,
targetAcctURI,
+ false,
)
if err != nil {
return gtserror.Newf(