mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
display 4 rows of active users
This commit is contained in:
@@ -411,7 +411,7 @@ var db = require('./database'),
|
||||
};
|
||||
|
||||
Categories.getActiveUsers = function(cid, callback) {
|
||||
db.getSortedSetRevRange('cid:' + cid + ':active_users', 0, 15, callback);
|
||||
db.getSortedSetRevRange('cid:' + cid + ':active_users', 0, 31, callback);
|
||||
};
|
||||
|
||||
Categories.moveActiveUsers = function(tid, oldCid, cid, callback) {
|
||||
|
||||
Reference in New Issue
Block a user