mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 08:20:36 +01:00
fix: commenting out outward federation of Add activity, pending forumwg discussion
This commit is contained in:
@@ -50,7 +50,7 @@ inbox.create = async (req) => {
|
||||
const asserted = await activitypub.notes.assert(0, object, { cid });
|
||||
if (asserted) {
|
||||
activitypub.feps.announce(object.id, req.body);
|
||||
api.activitypub.add(req, { pid: object.id });
|
||||
// api.activitypub.add(req, { pid: object.id });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user