mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 23:52:58 +01:00
its 3am
This commit is contained in:
@@ -141,14 +141,14 @@ module.exports = function(Topics) {
|
||||
|
||||
async.waterfall([
|
||||
function(next) {
|
||||
plugins.fireHook('filter:topic.reply', data, function(err, filteredData) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
plugins.fireHook('filter:topic.reply', data, function(err, filteredData) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
content = filteredData.content || data.content;
|
||||
next();
|
||||
});
|
||||
content = filteredData.content || data.content;
|
||||
next();
|
||||
});
|
||||
},
|
||||
function(next) {
|
||||
threadTools.exists(tid, next);
|
||||
|
||||
Reference in New Issue
Block a user