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