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:
Sahil Batra
2021-11-09 23:29:22 +05:30
committed by Tim Abbott
parent 0ca49bc93a
commit a1a5a1643f
3 changed files with 1 additions and 3 deletions

View File

@@ -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);