removed idle added recent tags presence info

This commit is contained in:
Barış Soner Uşaklı
2015-03-26 16:32:17 -04:00
parent 0d044c34c1
commit 41db2dcd14
4 changed files with 61 additions and 48 deletions

View File

@@ -88,6 +88,8 @@ SocketMeta.rooms.getAll = function(socket, data, callback) {
socketCount: websockets.getSocketCount(),
users: {
categories: roomClients.categories ? roomClients.categories.length : 0,
recent: roomClients.recent_posts ? roomClients.recent_posts.length : 0,
tags: roomClients.tags ? roomClients.tags.length : 0,
topics: 0,
category: 0
},