mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
close #4822
This commit is contained in:
@@ -118,6 +118,7 @@ module.exports = function(Posts) {
|
||||
var cids = topics.map(function(topic) {
|
||||
if (topic) {
|
||||
topic.title = validator.escape(topic.title);
|
||||
topic.deleted = parseInt(topic.deleted, 10) === 1;
|
||||
}
|
||||
return topic && topic.cid;
|
||||
}).filter(function(topic, index, array) {
|
||||
@@ -145,4 +146,4 @@ module.exports = function(Posts) {
|
||||
}
|
||||
return content;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user