From 7dc114f5895905151d7d903b1adb6928da46a45a Mon Sep 17 00:00:00 2001 From: Holly 'Frinkel' Lotor Date: Mon, 20 Jan 2020 21:14:05 +0000 Subject: More smoke testing, I believe the stability is passable now --- app/services/after_block_domain_from_account_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/services/after_block_domain_from_account_service.rb') diff --git a/app/services/after_block_domain_from_account_service.rb b/app/services/after_block_domain_from_account_service.rb index a87c2e792..343e7ec11 100644 --- a/app/services/after_block_domain_from_account_service.rb +++ b/app/services/after_block_domain_from_account_service.rb @@ -31,7 +31,7 @@ class AfterBlockDomainFromAccountService < BaseService def reject_follow!(follow) follow.destroy - return unless follow.account.activitypub? +# return unless follow.account.activitypub? ActivityPub::DeliveryWorker.perform_async(Oj.dump(serialize_payload(follow, ActivityPub::RejectFollowSerializer)), @account.id, follow.account.inbox_url) end -- cgit