mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
org-settings: Add setting to turn off welcome emails.
This adds an organization-level setting to provide an option to turn off the welcome emails. Fixes #8000.
This commit is contained in:
@@ -59,6 +59,7 @@ function _setup_page() {
|
||||
realm_icon_source: page_params.realm_icon_source,
|
||||
realm_icon_url: page_params.realm_icon_url,
|
||||
realm_mandatory_topics: page_params.realm_mandatory_topics,
|
||||
realm_send_welcome_emails: page_params.realm_send_welcome_emails,
|
||||
};
|
||||
|
||||
var admin_tab = templates.render('admin_tab', options);
|
||||
|
||||
Reference in New Issue
Block a user