-
Notifications
You must be signed in to change notification settings - Fork 150
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
Node.js Teams botbuilder package: Message extension - Responding with a card inserted into the compose message area, inserts card in compose area for all chat windows within teams app #278
Comments
Hi sanasz91mdev! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies. Best regards, Teams Platform |
@sanasz91mdev - We will test this and update you soon. |
sure ... i hope the problem is clear? let me know if you need anything else to replicate this. |
@sanasz91mdev - We are able to repro your issue and raised the bug for the same. We will let you know once we have any updates on it. |
@Nivedipa-MSFT is it teams app bug ? will it require teams app update or code changes to my bot? i am planning to roll out the teams bot for my organization. |
@sanasz91mdev - This is Teams app bug. After bug fix it will require Teams app update. |
@sanasz91mdev - This bug has been fixed now. Could you please update the Teams version to the latest version and check again? |
Describe the bug
Node.js Teams botbuilder package: Responding with a card inserted into the compose message area inserts card in compose area for all chats within teams app
sample code
Expected behavior
Card sent as a Message Extension response with in composeExtension should appear in compose area Only in chat where message extension action was clicked, not in every chat window
Screenshots
see how performing a n action via message extension creates a ticket in compose message area of ALL chat windows rather than creating in only the compose area of chat window where message extension action was clicked
I reffered the documentation below
Microsoft docs - Build message extensions)**
Is there something wrong with the code? Why is response appearing in compose area of all chat windows? what should i do to get rid of it?
The text was updated successfully, but these errors were encountered: