removed tags

This commit is contained in:
barisusakli
2015-04-10 16:45:37 -04:00
parent 729fb1d696
commit a14249dee6
4 changed files with 2 additions and 14 deletions

View File

@@ -89,7 +89,6 @@ SocketMeta.rooms.getAll = function(socket, data, callback) {
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
},