test: #13255, reply to topic in remote category addresses remote category

This commit is contained in:
Julian Lam
2025-03-21 14:22:22 -04:00
parent 0dc2f618e4
commit 378c114815
2 changed files with 37 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ topicsAPI.reply = async function (caller, data) {
}
socketHelpers.notifyNew(caller.uid, 'newPost', result);
activitypubApi.create.note(caller, { post: postData });
await activitypubApi.create.note(caller, { post: postData });
return postData;
};