chore(chat-flow,faq-bot,after-hours): record 0.12.1 as the tested host - #58
Merged
Conversation
All three were installed together on a live OpenWA 0.12.1 host with a connected WhatsApp session, alongside two other responder plugins, and driven by real messages from a second connected WhatsApp number. Each answered exactly the messages meant for it and nothing else: faq-bot on a matching keyword rule, chat-flow on its trigger word (owning the contact's replies until the flow was cleared), and after-hours with its away message once the other catch-all responder was disabled. No behaviour changed; each CHANGELOG records what the smoke test covered.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three plugins move
testedOpenWAVersionfrom 0.8.1 to 0.12.1, each with a patch bump. No behaviour changed; the field is defined as the newest host the plugin was actually smoke-tested against, and that smoke has now been run.All three were installed at these versions on a live OpenWA 0.12.1 host with a connected WhatsApp session, all enabled at the same time alongside two other responder plugins, and driven by real messages from a second connected number. Each answered exactly the messages meant for it, and every message was answered by exactly one plugin:
faq-botkeyword rule was answered byfaq-botalone;chat-flow's trigger started its menu flow, answered bychat-flowalone, andchat-flowthen continued to own the contact's replies while they were inside the menu;after-hoursanswered the same kind of message with its away message.Before this ordering existed, each of those messages would have drawn a reply from all three.
Not covered, and stated as such in each changelog: group chats, media, and behaviour under load.