mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Move pm_list.set_click_handlers() call.
Instead of calling it from stream_list.initialize(), we call it from the new pm_list.initialize().
This commit is contained in:
		@@ -207,6 +207,9 @@ exports.update_dom_with_unread_counts = function (counts) {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
exports.initialize = function () {
 | 
			
		||||
    pm_list.set_click_handlers();
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
return exports;
 | 
			
		||||
}());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user