mirror of https://github.com/zulip/zulip.git
narrow: Fix "pm-with" narrow in scheduled messages.
This commit is contained in:
parent
a03dca93ca
commit
f574bd4952
|
@ -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",
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue