mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
dont need hidePostedBy
This commit is contained in:
@@ -27,7 +27,6 @@ search.search = function(data, callback) {
|
||||
}
|
||||
result[searchIn] = data.matches;
|
||||
result.matchCount = data.matchCount;
|
||||
result.hidePostedBy = searchIn !== 'posts';
|
||||
result.time = (process.elapsedTimeSince(start) / 1000).toFixed(2);
|
||||
callback(null, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user