mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	closes #3039
This commit is contained in:
		| @@ -85,7 +85,7 @@ SocketTopics.enter = function(socket, tid, callback) { | ||||
| 			SocketTopics.markAsRead(socket, [tid], next); | ||||
| 		}, | ||||
| 		users: function(next) { | ||||
| 			websockets.getUsersInRoom(socket.uid, 'topic_' + tid, next); | ||||
| 			websockets.getUsersInRoom(socket.uid, 'topic_' + tid, 0, 9, next); | ||||
| 		} | ||||
| 	}, function(err, result) { | ||||
| 		callback(err, result ? result.users : null); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user