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:
roanster007
2024-06-12 01:15:05 +05:30
committed by Tim Abbott
parent 9f2eb329ef
commit ab6ae1099b
14 changed files with 75 additions and 62 deletions

View File

@@ -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,