mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
refactor: Use people.my_current_email() in filter.js.
This commit is contained in:
@@ -156,7 +156,7 @@ Filter.canonicalize_term = function (opts) {
|
||||
case 'pm-with':
|
||||
operand = operand.toString().toLowerCase();
|
||||
if (operand === 'me') {
|
||||
operand = page_params.email;
|
||||
operand = people.my_current_email();
|
||||
}
|
||||
break;
|
||||
case 'search':
|
||||
|
||||
Reference in New Issue
Block a user