mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
refactor: tab rules
This commit is contained in:
@@ -71,7 +71,7 @@ topicsAPI.reply = async function (caller, data) {
|
||||
return queueObj;
|
||||
}
|
||||
|
||||
const postData = await topics.reply(payload); // postData seems to be a subset of postObj, refactor?
|
||||
const postData = await topics.reply(payload); // postData seems to be a subset of postObj, refactor?
|
||||
const postObj = await posts.getPostSummaryByPids([postData.pid], caller.uid, {});
|
||||
|
||||
const result = {
|
||||
|
||||
Reference in New Issue
Block a user