Skip to content
Snippets Groups Projects
Unverified Commit 628dcbb7 authored by Claire's avatar Claire Committed by GitHub
Browse files

Revert "Remove LDSignature on actor Delete activities (#21466)" (#23185)

This reverts commit f4f2b062.
parent a1abda39
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ class DeleteAccountService < BaseService
end
def delete_actor_json
@delete_actor_json ||= Oj.dump(serialize_payload(@account, ActivityPub::DeleteActorSerializer))
@delete_actor_json ||= Oj.dump(serialize_payload(@account, ActivityPub::DeleteActorSerializer, signer: @account, always_sign: true))
end
def delivery_inboxes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment