mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 18:06:07 +02:00
feat: federate out undo(announce) when moving topics
This commit is contained in:
@@ -330,6 +330,7 @@ topicsAPI.move = async (caller, { tid, cid }) => {
|
||||
activitypub.out.move.context(caller.uid, tid);
|
||||
activitypub.out.announce.topic(tid);
|
||||
}
|
||||
activitypub.out.undo.announce('cid', topicData.cid, tid);
|
||||
}
|
||||
|
||||
await events.log({
|
||||
|
||||
Reference in New Issue
Block a user