mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-23 07:01:12 +01:00
test: #13255, reply to topic in remote category addresses remote category
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user