Commit 45c7d4fc by softwhiskey8

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

1 parent 5c334238
Showing with 3 additions and 2 deletions
...@@ -210,7 +210,7 @@ node mail ...@@ -210,7 +210,7 @@ node mail
{ {
negative: do negative: do
{ {
set $mail_start = external time_stamp();
} }
positive: do positive: do
{ {
...@@ -236,6 +236,7 @@ node getMail ...@@ -236,6 +236,7 @@ node getMail
{ {
default: do default: do
{ {
set $mail_start = external time_stamp();
set $mail = #getMessageText(); set $mail = #getMessageText();
} }
} }
...@@ -496,9 +497,9 @@ node yes_whatsapp ...@@ -496,9 +497,9 @@ 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();
set $mail_end = external time_stamp();
goto end_conversation; goto end_conversation;
} }
transitions transitions
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!