info page

This commit is contained in:
barisusakli
2016-03-09 13:19:37 +02:00
parent b147f42f0a
commit 0b2f01b8bc
7 changed files with 147 additions and 109 deletions

View File

@@ -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);