docs: fix comment

This commit is contained in:
Julian Lam
2024-10-24 13:17:32 -04:00
parent 069c8228e7
commit e5331b840c

View File

@@ -393,7 +393,7 @@ ActivityPub.buildRecipients = async function (object, { pid, uid, cid }) {
* - Optional parameters: * - Optional parameters:
* - `cid`: includes followers of the passed-in cid (local only) * - `cid`: includes followers of the passed-in cid (local only)
* - `uid`: includes followers of the passed-in uid (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; let { to, cc } = object;
to = new Set(to); to = new Set(to);