mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
hash_util: Rename _uri functions to _url.
It's 2022 and the WHATWG no longer recognizes the term URI. Everything is now a URL or a type of URL. Which is great because it's way less confusing. Details here: https://url.spec.whatwg.org/
This commit is contained in:
@@ -35,7 +35,7 @@ export let toggler;
|
||||
export let select_tab = "personal_settings";
|
||||
|
||||
function setup_subscriptions_stream_hash(sub) {
|
||||
const hash = hash_util.stream_edit_uri(sub);
|
||||
const hash = hash_util.stream_edit_url(sub);
|
||||
browser_history.update(hash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user