mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +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:
@@ -181,7 +181,7 @@ export function info_for(user_id) {
|
||||
const user_circle_status = status_description(user_id);
|
||||
|
||||
return {
|
||||
href: hash_util.pm_with_uri(person.email),
|
||||
href: hash_util.pm_with_url(person.email),
|
||||
name: person.full_name,
|
||||
user_id,
|
||||
my_user_status,
|
||||
|
||||
Reference in New Issue
Block a user