mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +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:
@@ -243,7 +243,7 @@ function build_stream_sidebar_li(sub) {
|
||||
const args = {
|
||||
name,
|
||||
id: sub.stream_id,
|
||||
uri: hash_util.by_stream_uri(sub.stream_id),
|
||||
uri: hash_util.by_stream_url(sub.stream_id),
|
||||
is_muted: stream_data.is_muted(sub.stream_id) === true,
|
||||
invite_only: sub.invite_only,
|
||||
is_web_public: sub.is_web_public,
|
||||
|
||||
Reference in New Issue
Block a user