mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
compose: Rename functions to reflect attention level.
This commit is contained in:
@@ -637,7 +637,7 @@ test_ui("update_fade", ({override, override_rewire}) => {
|
||||
override_rewire(compose_recipient, "update_narrow_to_recipient_visibility", () => {
|
||||
update_narrow_to_recipient_visibility_called = true;
|
||||
});
|
||||
override_rewire(compose_recipient, "maybe_mute_recipient_row", noop);
|
||||
override_rewire(compose_recipient, "update_recipient_row_attention_level", noop);
|
||||
override_rewire(compose_validate, "validate_and_update_send_button_status", noop);
|
||||
override_rewire(drafts, "update_compose_draft_count", noop);
|
||||
override(compose_pm_pill, "get_user_ids", () => []);
|
||||
|
||||
Reference in New Issue
Block a user