diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/form/account_batch.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/form/account_batch.rb b/app/models/form/account_batch.rb index f1b7a4566..22aed7e34 100644 --- a/app/models/form/account_batch.rb +++ b/app/models/form/account_batch.rb @@ -53,8 +53,6 @@ class Form::AccountBatch def reject_follow!(follow) follow.destroy - return unless follow.account.activitypub? - ActivityPub::DeliveryWorker.perform_async(Oj.dump(serialize_payload(follow, ActivityPub::RejectFollowSerializer)), current_account.id, follow.account.inbox_url) end |