mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
settings: Remove unused show_email parameter.
We show "Email" column heading always in users list and
subscriber list irrespective of the email-address visibility
setting after 46660e5, so we do need to pass show_email
parameter to render_admin_tab and render_stream_settings.
This commit is contained in:
@@ -535,7 +535,6 @@ export function show_settings_for(node) {
|
||||
other_settings,
|
||||
stream_post_policy_values: stream_data.stream_post_policy_values,
|
||||
message_retention_text: get_retention_policy_text_for_subscription_type(sub),
|
||||
show_email: settings_data.show_email(),
|
||||
});
|
||||
ui.get_content_element($("#stream_settings")).html(html);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user