mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix #2042
This commit is contained in:
		
							parent
							
								
									e93503066c
								
							
						
					
					
						commit
						2c3ea0cfef
					
				
					 1 changed files with 1 additions and 1 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
		
		Reference in a new issue