mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +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:
@@ -97,7 +97,7 @@ export function _get_convos() {
|
||||
unread: num_unread,
|
||||
is_zero: num_unread === 0,
|
||||
is_active,
|
||||
url: hash_util.pm_with_uri(reply_to),
|
||||
url: hash_util.pm_with_url(reply_to),
|
||||
status_emoji_info,
|
||||
user_circle_class,
|
||||
is_group,
|
||||
|
||||
Reference in New Issue
Block a user