mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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);
 | 
			
		||||
 | 
			
		||||
    start_called = false;
 | 
			
		||||
    compose_defaults = {
 | 
			
		||||
        private_message_recipient: "",
 | 
			
		||||
    };
 | 
			
		||||
    compose_actions.on_narrow({
 | 
			
		||||
        force_close: false,
 | 
			
		||||
        trigger: "search",
 | 
			
		||||
        private_message_recipient: "",
 | 
			
		||||
    });
 | 
			
		||||
    assert.ok(!start_called);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user