mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
hash-util: Rename stream_edit_url to channels_settings_edit_url.
Renames the hash_util.stream_edit_url function so that it's clearer this is for the settings overlay hash and for the stream to channel rename.
This commit is contained in:
committed by
Tim Abbott
parent
8e953d9896
commit
ee84b277ec
@@ -475,7 +475,10 @@ export class BuddyList extends BuddyListConf {
|
||||
stream_data.can_view_subscribers(current_sub) &&
|
||||
has_inactive_users_matching_view
|
||||
) {
|
||||
const stream_edit_hash = hash_util.stream_edit_url(current_sub, "subscribers");
|
||||
const stream_edit_hash = hash_util.channels_settings_edit_url(
|
||||
current_sub,
|
||||
"subscribers",
|
||||
);
|
||||
$("#buddy-list-users-matching-view-container").append(
|
||||
$(
|
||||
render_view_all_subscribers({
|
||||
|
||||
Reference in New Issue
Block a user