migration to JS engine #1

Merged
akulij merged 131 commits from dev into main 2025-05-31 08:49:52 +00:00
Showing only changes of commit 940a832561 - Show all commits

View File

@ -23,7 +23,7 @@ const dialog = {
// name of the handler function. This field has a side effect: // name of the handler function. This field has a side effect:
// when is set, no automatic sending of message, should be sent // when is set, no automatic sending of message, should be sent
// manually in handler // manually in handler
handler: "enter_name", handler: enter_name,
state: "none" state: "none"
}, },
}, },