mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +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();
|
||||
is_composing_message = false;
|
||||
compose.hide();
|
||||
if (request.type === "private") {
|
||||
onboarding.mark_checklist_step("sent_private_message");
|
||||
} else {
|
||||
onboarding.mark_checklist_step("sent_stream_message");
|
||||
}
|
||||
clear_message_snapshot();
|
||||
$("#compose-send-button").removeAttr('disabled');
|
||||
$("#sending-indicator").hide();
|
||||
|
||||
Reference in New Issue
Block a user