mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user