fix: typebot's wait now pauses the flow and composing is defined by the delay_message parameter in set typebot

This commit is contained in:
Davidson Gomes
2024-02-16 10:31:15 -03:00
parent b095c9dfb9
commit 3a37fd9d32
2 changed files with 18 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
* Read messages from whatsapp in chatwoot
* Add support to use use redis in cacheservice
* Add support for labels
* Command to clearcache from chatwoot inbox
### Fixed
@@ -32,6 +33,11 @@
* Fix looping when deleting a message in chatwoot
* When receiving a file from whatsapp, use the original filename in chatwoot if possible
* Correction in the sendList Function
* Implement contact upsert in messaging-history.set
* Improve proxy error handling
* Refactor fetching participants for group in WhatsApp service
* Fixed problem where the typebot final keyword did not work
* Typebot's wait now pauses the flow and composing is defined by the delay_message parameter in set typebot
# 1.6.1 (2023-12-22 11:43)