mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	do_deactivate_stream: Remove unnecessary mutations.
Streams should not be marked as private, and subscribers of the deactivated stream should not be removed. Update the confirmation message when archiving a stream.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							f04fb937a3
						
					
				
				
					commit
					795b2ba14e
				
			| @@ -126,7 +126,7 @@ def add_emoji_to_message() -> dict[str, object]: | ||||
|  | ||||
|     # The message ID here is hardcoded based on the corresponding value | ||||
|     # for the example message IDs we use in zulip.yaml. | ||||
|     message_id = 47 | ||||
|     message_id = 48 | ||||
|     emoji_name = "octopus" | ||||
|     emoji_code = "1f419" | ||||
|     reaction_type = "unicode_emoji" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user