mirror of https://github.com/zulip/zulip.git
stream_list: Remove unused parameter passed to rename_stream.
This commit is contained in:
parent
919cebe0f9
commit
ffef153a14
|
@ -106,7 +106,7 @@ export function update_stream_name(sub, new_name) {
|
|||
const stream_id = sub.stream_id;
|
||||
|
||||
// Update the left sidebar.
|
||||
stream_list.rename_stream(sub, new_name);
|
||||
stream_list.rename_stream(sub);
|
||||
|
||||
// Update the stream settings
|
||||
stream_edit.update_stream_name(sub, new_name);
|
||||
|
|
Loading…
Reference in New Issue