mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
email: Update follow-up day 1 emails to mention demo orgs.
This is a part of #19523.
This commit is contained in:
@@ -682,6 +682,7 @@ def enqueue_welcome_emails(user: UserProfile, realm_creation: bool = False) -> N
|
||||
realm_creation=realm_creation,
|
||||
email=user.delivery_email,
|
||||
is_realm_admin=user.is_realm_admin,
|
||||
is_demo_org=user.realm.demo_organization_scheduled_deletion_date is not None,
|
||||
)
|
||||
if user.is_realm_admin:
|
||||
context["getting_started_link"] = (
|
||||
|
||||
Reference in New Issue
Block a user