Remove LDSignature on actor Delete activities (#21466)
They are currently not used for anything and represent more than half of the payload size.
This commit is contained in:
parent
fe421257e5
commit
f4f2b062ec
@ -267,7 +267,7 @@ class DeleteAccountService < BaseService
|
||||
end
|
||||
|
||||
def delete_actor_json
|
||||
@delete_actor_json ||= Oj.dump(serialize_payload(@account, ActivityPub::DeleteActorSerializer, signer: @account, always_sign: true))
|
||||
@delete_actor_json ||= Oj.dump(serialize_payload(@account, ActivityPub::DeleteActorSerializer))
|
||||
end
|
||||
|
||||
def delivery_inboxes
|
||||
|
Loading…
Reference in New Issue
Block a user