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);