mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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:
@@ -507,7 +507,7 @@ export function quote_and_reply(opts) {
|
||||
{defaultMessage: "{username} [said]({link_to_message}):"},
|
||||
{
|
||||
username: `@_**${message.sender_full_name}|${message.sender_id}**`,
|
||||
link_to_message: `${hash_util.by_conversation_and_time_uri(message)}`,
|
||||
link_to_message: `${hash_util.by_conversation_and_time_url(message)}`,
|
||||
},
|
||||
);
|
||||
content += "\n";
|
||||
|
||||
Reference in New Issue
Block a user