From da341a95c6622c71922c675b317a08f3a64b500b Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 28 Feb 2024 13:47:54 -0300 Subject: [PATCH] fix: writing over 20s now loops until finished --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2064ac46..17fb9c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ * 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 +* Composing over 20s now loops until finished # 1.6.1 (2023-12-22 11:43)