mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
info page
This commit is contained in:
@@ -217,10 +217,6 @@ SocketUser.setCategorySort = function(socket, sort, callback) {
|
||||
}
|
||||
};
|
||||
|
||||
SocketUser.getOnlineAnonCount = function(socket, data, callback) {
|
||||
callback(null, module.parent.exports.getOnlineAnonCount());
|
||||
};
|
||||
|
||||
SocketUser.getUnreadCount = function(socket, data, callback) {
|
||||
if (!socket.uid) {
|
||||
return callback(null, 0);
|
||||
|
||||
Reference in New Issue
Block a user