Skip to content

feat: implement `attachLdSignatureForRelays` to control signing of Relayed activities (#599)

What does this PR do? (Please give us a brief description of what this PR does.)

This PR implements #599 (closed) by adding a new setting attachLdSignatureForRelays. When enabled (default), Sharkey continues its existing behavior of attaching Linked-Data signatures to all relayed activities. When disabled, LD signatures are never generated. This improves privacy at the expense of increased inbound fetches and reduced relay effectiveness.

I have tested this on my own instance and seen no unexpected issues.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports