mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
removedu if from filter:parse,post, parse strip teaser content
This commit is contained in:
@@ -52,7 +52,7 @@ var async = require('async'),
|
||||
|
||||
postData.relativeTime = utils.toISOString(postData.timestamp);
|
||||
postData.relativeEditTime = parseInt(postData.edited, 10) !== 0 ? utils.toISOString(postData.edited) : '';
|
||||
postTools.parsePost(postData, uid, next);
|
||||
postTools.parsePost(postData, next);
|
||||
}, function(err, posts) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
|
||||
Reference in New Issue
Block a user