Revert "Add handler for Move activity (#9629)"
This reverts commit 0f938ff29c
.
This commit is contained in:
@@ -6,7 +6,7 @@ class ActivityPub::Activity::Follow < ActivityPub::Activity
|
||||
|
||||
return if target_account.nil? || !target_account.local? || delete_arrived_first?(@json['id']) || @account.requested?(target_account)
|
||||
|
||||
if target_account.blocking?(@account) || target_account.domain_blocking?(@account.domain) || target_account.moved?
|
||||
if target_account.blocking?(@account) || target_account.domain_blocking?(@account.domain)
|
||||
reject_follow_request!(target_account)
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user