fix: now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored

This commit is contained in:
Davidson Gomes
2024-06-08 15:09:55 -03:00
parent ff31ef912e
commit 56df0caab0
4 changed files with 27 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
* Removed excessive verbose logs
* Optimization in instance registration
* Correction of variables breaking lines in typebot
* Now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored
### Break changes
* jwt authentication removed