mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	refactor: Rename huddle to direct message group in web codebase.
This commit renames "huddle" to "direct_message_group" in the web codebase. It also renames the file - "huddle_data.ts" to "direct_message_group_data.ts" Fixes part of #28640
This commit is contained in:
		@@ -128,7 +128,7 @@ async function test_narrow_to_private_messages_with_cordelia(page: Page): Promis
 | 
			
		||||
 | 
			
		||||
async function test_send_multirecipient_pm_from_cordelia_pm_narrow(page: Page): Promise<void> {
 | 
			
		||||
    const recipients = ["cordelia@zulip.com", "othello@zulip.com"];
 | 
			
		||||
    const multiple_recipients_pm = "A huddle to check spaces";
 | 
			
		||||
    const multiple_recipients_pm = "A direct message group to check spaces";
 | 
			
		||||
    await common.send_message(page, "private", {
 | 
			
		||||
        recipient: recipients.join(", "),
 | 
			
		||||
        outside_view: true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user