mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
additional functionality, integration, and testing for #6455
This commit is contained in:
@@ -73,6 +73,7 @@ module.exports = function (Posts) {
|
||||
|
||||
Posts.diffs.save(data.pid, oldContent, data.content, next);
|
||||
},
|
||||
async.apply(Posts.uploads.sync, data.pid),
|
||||
function (next) {
|
||||
postData.cid = results.topic.cid;
|
||||
postData.topic = results.topic;
|
||||
|
||||
Reference in New Issue
Block a user