mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
optimizing browsing users
This commit is contained in:
@@ -64,6 +64,7 @@ SocketTopics.enter = function(socket, tid, callback) {
|
||||
SocketTopics.markAsRead(socket, tid);
|
||||
topics.markTopicNotificationsRead(tid, socket.uid);
|
||||
topics.increaseViewCount(tid);
|
||||
websockets.updateRoomBrowsingText('topic_' + tid);
|
||||
};
|
||||
|
||||
SocketTopics.postcount = function(socket, tid, callback) {
|
||||
|
||||
Reference in New Issue
Block a user