-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added required text to card action type messageBack #3003
Added required text to card action type messageBack #3003
Conversation
Can you add a test for this one? |
I would but it would fail since your mock bot doesnt send the messageBack activity with text. Do you still want me to add it? |
I will add the test for you and finish the PR soon. |
Can you grant me edit write to your fork? |
I am working on this right now. Hope to merge it sooner within a few hours. |
@geea-develop thanks for your contribution, I have merged your PR. Feel free to remove me from your project if you want some privacy on your work. Next time, you can check the box to allow collaborators to edit your branch, so all of us can help out. 😉 |
Thanks @compulim ! |
Fixes #2933
Changelog Entry
Description
when triggering card action type Messageback you have to send text property. otherwise the activity is not displayed in the webchat.
please see sendMessageback.
Specific Changes
update file
packages/bundle/src/adaptiveCards/Attachment/AdaptiveCardRenderer.js
in method handleExecuteAction
added text to be extracted from card action and forwarded to onCardAction > CardActionMiddleware > sendMessageback