feat: federate out undo(announce) when moving topics

This commit is contained in:
Julian Lam
2025-11-24 11:53:59 -05:00
parent 2b733e4a8e
commit 832477f819
2 changed files with 50 additions and 1 deletions

View File

@@ -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({