| 
				 | 
			
			
				    getPrivateMessages(userId, peerId, contentType, msgStartId, msgEndId, count, closedInterval) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        pmRepo.findAllMessages(userId, peerId, contentType === undefined ? "1,2,3,4,5,6" : contentType, msgStartId, msgEndId, count, closedInterval, function (err, rows) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        pmRepo.findAllMessages(userId, peerId, contentType === undefined ? "0,1,2,3,4,5,6" : contentType, msgStartId, msgEndId, count, closedInterval, function (err, rows) { 
			 |