mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
docs: fix comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user