mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
refactor: Replace HUDDLE with DIRECT_MESSAGE_GROUP.
Replaced HUDDLE attribute with DIRECT_MESSAGE_GROUP using VS Code search, part of a general renaming of the object class. Fixes part of #28640. Co-authored-by: JohnLu2004 <JohnLu10212004@gmail.com>
This commit is contained in:
@@ -616,7 +616,7 @@ def use_db_models(
|
||||
Recipient = apps.get_model("zerver", "Recipient")
|
||||
Recipient.PERSONAL = 1
|
||||
Recipient.STREAM = 2
|
||||
Recipient.HUDDLE = 3
|
||||
Recipient.DIRECT_MESSAGE_GROUP = 3
|
||||
ScheduledEmail = apps.get_model("zerver", "ScheduledEmail")
|
||||
ScheduledMessage = apps.get_model("zerver", "ScheduledMessage")
|
||||
Service = apps.get_model("zerver", "Service")
|
||||
|
||||
Reference in New Issue
Block a user