mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
more fixed to privs, and ACP modal
This commit is contained in:
@@ -133,7 +133,7 @@ var async = require('async'),
|
||||
|
||||
async.filter(tids, function(tid, next) {
|
||||
threadTools.privileges(tid, uid, function(err, privileges) {
|
||||
next(!err && privileges.read);
|
||||
next(!err && privileges.meta.read);
|
||||
});
|
||||
}, function(tids) {
|
||||
Topics.getTopicsByTids(tids, uid, function(err, topicData) {
|
||||
|
||||
Reference in New Issue
Block a user