mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	minor: Rename previously_selected of message selected event.
				
					
				
			This is done since we have logic in place which compares `event.id` and `event.previously_selected`, both of which point to message ids.
This commit is contained in:
		@@ -146,7 +146,7 @@ class MessageList {
 | 
			
		||||
            ...opts,
 | 
			
		||||
            id,
 | 
			
		||||
            msg_list: this,
 | 
			
		||||
            previously_selected: this.data.selected_id(),
 | 
			
		||||
            previously_selected_id: this.data.selected_id(),
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        const convert_id = (str_id) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user