Merge remote-tracking branch 'upstream/master' into devel
This commit is contained in:
		
						commit
						8630cd8df6
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,6 @@ export default function(request: websocket.request, connection: websocket.connec
 | 
			
		|||
 | 
			
		||||
	// Subscribe stream
 | 
			
		||||
	subscriber.on(`user-list-stream:${listId}`, data => {
 | 
			
		||||
		connection.send(data);
 | 
			
		||||
		connection.send(JSON.stringify(data));
 | 
			
		||||
	});
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue