mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Convert static/js/stream_topic_history.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							245d6c3a3e
						
					
				
				
					commit
					ad3390e395
				
			@@ -4,6 +4,7 @@ const alert_words = require("./alert_words");
 | 
			
		||||
const people = require("./people");
 | 
			
		||||
const pm_conversations = require("./pm_conversations");
 | 
			
		||||
const recent_senders = require("./recent_senders");
 | 
			
		||||
const stream_topic_history = require("./stream_topic_history");
 | 
			
		||||
const util = require("./util");
 | 
			
		||||
 | 
			
		||||
const stored_messages = new Map();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user