refactor: Rename huddle to direct_message_group in non api files.

This commit completes rename of "huddle" to "direct_message_group"
in all the non API files.

Part of #28640
This commit is contained in:
roanster007
2024-07-08 20:16:01 +05:30
committed by Tim Abbott
parent 4b04e2c09c
commit 7b3e163d55
15 changed files with 210 additions and 175 deletions

View File

@@ -150,7 +150,7 @@ class Message(AbstractMessage):
# A detail worth noting:
# * "direct" was introduced in 2023 with the goal of
# deprecating the original "private" and becoming the
# preferred way to indicate a personal or huddle
# preferred way to indicate a personal or direct_message_group
# Recipient type via the API.
API_RECIPIENT_TYPES = ["direct", "private", "stream", "channel"]