mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	Add client code for handling submessages.
This commit lays the foundation to handle submessages for plugin widgets. Right now it just logs events, but subsequent commits will add widget functionality.
This commit is contained in:
		@@ -204,6 +204,8 @@ exports.process_from_server = function process_from_server(messages) {
 | 
			
		||||
        // the backend.
 | 
			
		||||
        client_message.timestamp = message.timestamp;
 | 
			
		||||
 | 
			
		||||
        client_message.submessages = message.submessages;
 | 
			
		||||
 | 
			
		||||
        msgs_to_rerender.push(client_message);
 | 
			
		||||
        delete waiting_for_ack[client_message.id];
 | 
			
		||||
    });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user