mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Convert static/js/message_live_update.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							817358ce00
						
					
				
				
					commit
					a1e9be884d
				
			@@ -4,6 +4,7 @@
 | 
			
		||||
// server_events.js simple while breaking some circular
 | 
			
		||||
// dependencies that existed when this code was in people.js.
 | 
			
		||||
// (We should do bot updates here too.)
 | 
			
		||||
const message_live_update = require("./message_live_update");
 | 
			
		||||
const people = require("./people");
 | 
			
		||||
const pm_list = require("./pm_list");
 | 
			
		||||
const settings_config = require("./settings_config");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user