Commit 8e9ca3a6 by softwhiskey8

перенес таймстемп

1 parent f31c66ee
Showing with 1 additions and 1 deletions
...@@ -238,7 +238,6 @@ node getMail ...@@ -238,7 +238,6 @@ node getMail
{ {
set $mail_start = external time_stamp(); set $mail_start = external time_stamp();
set $mail = #getMessageText(); set $mail = #getMessageText();
set $mail_end = external time_stamp();
} }
} }
} }
...@@ -498,6 +497,7 @@ node yes_whatsapp ...@@ -498,6 +497,7 @@ node yes_whatsapp
//Отлично. Сейчас отправлю Вам промокод. Всего доброго до свидания. //Отлично. Сейчас отправлю Вам промокод. Всего доброго до свидания.
$cjm.push("yes_whatsapp"); $cjm.push("yes_whatsapp");
set $accepted_code = true; set $accepted_code = true;
set $mail_end = external time_stamp();
#say("gonna_send_code"); #say("gonna_send_code");
var result = blockcall SkipMessagesBlock(); var result = blockcall SkipMessagesBlock();
goto end_conversation; goto end_conversation;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!