mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	message_list_data_cache: Cache MessageListData objects.
We start caching MessageListData objects for the narrows which user has visited. We restore the cached objects if the filters match. Also, the cached objects are updated based on events. One major piece is update path the is pending implementation is the message move code path.
This commit is contained in:
		@@ -144,6 +144,7 @@ EXEMPT_FILES = make_set(
 | 
			
		||||
        "web/src/message_fetch.ts",
 | 
			
		||||
        "web/src/message_list.js",
 | 
			
		||||
        "web/src/message_list_data.ts",
 | 
			
		||||
        "web/src/message_list_data_cache.ts",
 | 
			
		||||
        "web/src/message_list_hover.js",
 | 
			
		||||
        "web/src/message_list_tooltips.ts",
 | 
			
		||||
        "web/src/message_list_view.js",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user