mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
categoryData should return better topics (non-anon uid passed in now)
This commit is contained in:
@@ -687,7 +687,6 @@ var async = require('async'),
|
||||
};
|
||||
|
||||
Topics.getTopicsByTids = function(tids, uid, callback) {
|
||||
|
||||
if (!Array.isArray(tids) || tids.length === 0) {
|
||||
return callback(null, []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user