mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
removed tags
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user