From 483ab083899aff5cf9d3d556d93cf72fe482ff53 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 6 Jan 2026 10:57:31 -0500 Subject: [PATCH] test: test runs should not actually federate activities out --- src/activitypub/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/activitypub/index.js b/src/activitypub/index.js index 343c0bc778..4dea31942d 100644 --- a/src/activitypub/index.js +++ b/src/activitypub/index.js @@ -420,6 +420,7 @@ ActivityPub.send = async (type, id, targets, payload) => { if (process.env.hasOwnProperty('CI')) { ActivityPub._sent.set(payload.id, payload); + return; } if (!Array.isArray(targets)) {