mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
compose_reply: Empty DM recipient box on forwarding message.
This fixes an accidental change introduced in #32578. Forwarding a message and choosing DM should result in an empty recipient box instead of showing current recipients.
This commit is contained in:
@@ -263,7 +263,7 @@ export function quote_message(opts: {
|
|||||||
keep_composebox_empty: opts.keep_composebox_empty,
|
keep_composebox_empty: opts.keep_composebox_empty,
|
||||||
content: quoting_placeholder,
|
content: quoting_placeholder,
|
||||||
stream_id,
|
stream_id,
|
||||||
private_message_recipient_ids: people.pm_with_user_ids(message) ?? [],
|
private_message_recipient_ids: [],
|
||||||
});
|
});
|
||||||
compose_recipient.toggle_compose_recipient_dropdown();
|
compose_recipient.toggle_compose_recipient_dropdown();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user