mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Change arg for stream_list.redraw_stream_privacy().
We now pass in a sub, not a stream name.
This commit is contained in:
@@ -284,7 +284,7 @@ function redraw_privacy_related_stuff(sub_row, sub) {
|
||||
.html("");
|
||||
}
|
||||
|
||||
stream_list.redraw_stream_privacy(sub.name);
|
||||
stream_list.redraw_stream_privacy(sub);
|
||||
}
|
||||
|
||||
function change_stream_privacy(e) {
|
||||
|
||||
Reference in New Issue
Block a user