mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
web: Use uri instead of url.
Following the issue #23380 and PR #25038, this commit changes all occurences of `uri` into `url` in all comments, local variables, handlebars templates (.hbs) function names and their callers in all `.js` and `.ts` files.
This commit is contained in:
@@ -285,7 +285,7 @@ export class Filter {
|
||||
if (["group-pm-with", "pm-with", "sender", "from"].includes(operator) === false) {
|
||||
encoded = encoded.replace(/\+/g, " ");
|
||||
}
|
||||
return util.robust_uri_decode(encoded).trim();
|
||||
return util.robust_url_decode(encoded).trim();
|
||||
}
|
||||
|
||||
// Parse a string into a list of operators (see below).
|
||||
|
||||
Reference in New Issue
Block a user