mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Update onboarding checklist on message sends.
(imported from commit 0d7f8b53432b22c7d3593fe51e7f0cdd8e13c8ba)
This commit is contained in:
@@ -351,6 +351,11 @@ function send_message() {
|
|||||||
send_status.hide();
|
send_status.hide();
|
||||||
is_composing_message = false;
|
is_composing_message = false;
|
||||||
compose.hide();
|
compose.hide();
|
||||||
|
if (request.type === "private") {
|
||||||
|
onboarding.mark_checklist_step("sent_private_message");
|
||||||
|
} else {
|
||||||
|
onboarding.mark_checklist_step("sent_stream_message");
|
||||||
|
}
|
||||||
clear_message_snapshot();
|
clear_message_snapshot();
|
||||||
$("#compose-send-button").removeAttr('disabled');
|
$("#compose-send-button").removeAttr('disabled');
|
||||||
$("#sending-indicator").hide();
|
$("#sending-indicator").hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user