mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 20:11:26 +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
|
||||
},
|
||||
|
||||
@@ -110,7 +110,8 @@
|
||||
<li><div class="on-categories"></div><span>On categories list</span></li>
|
||||
<li><div class="reading-posts"></div><span>Reading posts</span></li>
|
||||
<li><div class="browsing-topics"></div><span>Browsing topics</span></li>
|
||||
<li><div class="idle"></div><span>Idle</span></li>
|
||||
<li><div class="recent"></div><span>Recent / Unread</span></li>
|
||||
<li><div class="tags"></div><span>Tags</span></li>
|
||||
</ul>
|
||||
<canvas id="analytics-presence"></canvas>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user