mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24: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
 | 
						// Subscribe stream
 | 
				
			||||||
	subscriber.on(`user-list-stream:${listId}`, data => {
 | 
						subscriber.on(`user-list-stream:${listId}`, data => {
 | 
				
			||||||
		connection.send(data);
 | 
							connection.send(JSON.stringify(data));
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue