Commit 8419635f authored by Grant's avatar Grant
Browse files

skip immediate

parent 14f2824d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ export class APub {
        to: target,
        object: content,
      }),
      { fanout: "skip", immediate: process.env.NODE_ENV === "test" }
      { fanout: "skip" }
    );
  }

@@ -253,7 +253,7 @@ export class APub {
        to: target,
        object: content,
      }),
      { fanout: "skip", immediate: process.env.NODE_ENV === "test" }
      { fanout: "skip" }
    );
  }

+3 −0
Original line number Diff line number Diff line
@fedify/fedify was patched to remove `w3id.org/identity/v1` context from being sent as it is now a broken redirect, which will cause Piefed to 500 as it fails to load the context

See also: https://socialhub.activitypub.rocks/t/what-are-projects-doing-about-ld-signatures-since-https-w3id-org-security-v1-went-away/3005/5