mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	submessages: Add submessage_id to submessage event.
It's useful to have the submessage_id so that widgets can in theory sort all the events (and not have to rely on them arriving in sequence).
This commit is contained in:
		@@ -1453,6 +1453,7 @@ def do_add_submessage(sender_id: int,
 | 
			
		||||
        type="submessage",
 | 
			
		||||
        msg_type=msg_type,
 | 
			
		||||
        message_id=message_id,
 | 
			
		||||
        submessage_id=submessage.id,
 | 
			
		||||
        sender_id=sender_id,
 | 
			
		||||
        content=content,
 | 
			
		||||
    )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user