mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
fixed view count for guests
This commit is contained in:
@@ -70,7 +70,6 @@ SocketTopics.enter = function(socket, tid, callback) {
|
||||
}
|
||||
|
||||
SocketTopics.markAsRead(socket, [tid], callback);
|
||||
topics.increaseViewCount(tid);
|
||||
websockets.updateRoomBrowsingText('topic_' + tid);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user