Change arg for stream_list.redraw_stream_privacy().

We now pass in a sub, not a stream name.
This commit is contained in:
Steve Howell
2017-06-14 10:33:30 -04:00
parent bc575685a9
commit 499962bb6b
3 changed files with 18 additions and 6 deletions

View File

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