mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
narrow: Rename by_recipient to narrow_by_recipient.
This would make the call `message_view.narrow_by_recipient` sound better than `message_view.by_recipient`.
This commit is contained in:
@@ -49,7 +49,7 @@ export function initialize() {
|
||||
if (message.type === "stream") {
|
||||
narrow.by_topic(message_id, {trigger: "desktop_notification_reply"});
|
||||
} else {
|
||||
narrow.by_recipient(message_id, {trigger: "desktop_notification_reply"});
|
||||
narrow.narrow_by_recipient(message_id, {trigger: "desktop_notification_reply"});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user