From e5331b840cc2d1b8bb321f8db3e179c21e4c7301 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 24 Oct 2024 13:17:32 -0400 Subject: [PATCH] docs: fix comment --- src/activitypub/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activitypub/index.js b/src/activitypub/index.js index 59357b7e91..1f258c16e4 100644 --- a/src/activitypub/index.js +++ b/src/activitypub/index.js @@ -393,7 +393,7 @@ ActivityPub.buildRecipients = async function (object, { pid, uid, cid }) { * - Optional parameters: * - `cid`: includes followers of the passed-in cid (local only) * - `uid`: includes followers of the passed-in uid (local only) - * - `pid`: includes announcers and all authors up the toPid chain + * - `pid`: includes post announcers and all topic participants */ let { to, cc } = object; to = new Set(to);