Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-12-24 23:27:06 -05:00
5 changed files with 37 additions and 7 deletions

View File

@@ -266,8 +266,8 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
await Notes.syncUserInboxes(tid, uid);
if (!hasTid && uid && options.cid) {
// New topic via search/post-redirect, have category announce it
activitypub.out.announce.topic(tid);
// New topic, have category announce it
await activitypub.out.announce.topic(tid);
}
return { tid, count };