mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	fetch_status: Convert FetchStatus to an ES6 class.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							a1796325de
						
					
				
				
					commit
					9d90ae0e69
				
			@@ -19,7 +19,7 @@ class MessageListData {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.filter = filter;
 | 
			
		||||
        this.fetch_status = FetchStatus();
 | 
			
		||||
        this.fetch_status = new FetchStatus();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    all_messages() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user