mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Add /submessage endpoint.
This commit is contained in:
		@@ -560,6 +560,9 @@ def apply_event(state: Dict[str, Any],
 | 
			
		||||
    elif event['type'] == "reaction":
 | 
			
		||||
        # The client will get the message with the reactions directly
 | 
			
		||||
        pass
 | 
			
		||||
    elif event['type'] == "submessage":
 | 
			
		||||
        # The client will get submessages with their messages
 | 
			
		||||
        pass
 | 
			
		||||
    elif event['type'] == 'typing':
 | 
			
		||||
        # Typing notification events are transient and thus ignored
 | 
			
		||||
        pass
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user