feat: Added debounce time for typebot messages

This commit is contained in:
Davidson Gomes 2024-06-11 17:56:45 -03:00
parent 2776f113cb
commit fa14b7b1a9

View File

@ -1,4 +1,4 @@
# 2.0.0 (v2.0.0) # 2.0.0 (alpha)
### Feature ### Feature
@ -8,6 +8,7 @@
* Now you can register several typebots with triggers * Now you can register several typebots with triggers
* Media sent to typebot now goes as a template string, example: imageMessage:MESSAGE_ID * Media sent to typebot now goes as a template string, example: imageMessage:MESSAGE_ID
* Organization configuration and logo in chatwoot bot contact * Organization configuration and logo in chatwoot bot contact
* Added debounce time for typebot messages
### Fixed ### Fixed