narrow: Fix "pm-with" narrow in scheduled messages.

This commit is contained in:
Lauryn Menard 2023-04-28 20:11:46 +02:00 committed by Tim Abbott
parent a03dca93ca
commit f574bd4952
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export function edit_scheduled_message(scheduled_msg_id) {
{trigger: "edit scheduled message"},
);
} else {
narrow.activate([{operator: "pm-with", operand: compose_args.private_message_recipient}], {
narrow.activate([{operator: "dm", operand: compose_args.private_message_recipient}], {
trigger: "edit scheduled message",
});
}