mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
streams: Update subs-ui-element on change-stream-privacy.
This commit is contained in:
committed by
Tim Abbott
parent
fbf25942d0
commit
78bb9bf37a
@@ -165,6 +165,9 @@ exports.update_stream_privacy = function (sub, values) {
|
||||
stream_ui_updates.update_stream_privacy_type_icon(sub);
|
||||
stream_ui_updates.update_stream_privacy_type_text(sub);
|
||||
stream_ui_updates.update_change_stream_privacy_settings(sub);
|
||||
stream_ui_updates.update_settings_button_for_sub(sub);
|
||||
stream_ui_updates.update_subscribers_count(sub);
|
||||
stream_ui_updates.update_add_subscriptions_elements(sub);
|
||||
stream_list.redraw_stream_privacy(sub);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user