mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
compose_action: Move missed PM recipient into compose_defaults.
This commit is contained in:
@@ -697,10 +697,12 @@ test("on_narrow", ({override, override_rewire}) => {
|
|||||||
assert.ok(start_called);
|
assert.ok(start_called);
|
||||||
|
|
||||||
start_called = false;
|
start_called = false;
|
||||||
|
compose_defaults = {
|
||||||
|
private_message_recipient: "",
|
||||||
|
};
|
||||||
compose_actions.on_narrow({
|
compose_actions.on_narrow({
|
||||||
force_close: false,
|
force_close: false,
|
||||||
trigger: "search",
|
trigger: "search",
|
||||||
private_message_recipient: "",
|
|
||||||
});
|
});
|
||||||
assert.ok(!start_called);
|
assert.ok(!start_called);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user