Skip to content
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

port: Add new handler for anonymous query link invoke (#6524) #4347

Closed
github-actions bot opened this issue Oct 20, 2022 · 0 comments · Fixed by #4348
Closed

port: Add new handler for anonymous query link invoke (#6524) #4347

github-actions bot opened this issue Oct 20, 2022 · 0 comments · Fixed by #4348
Labels
ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. needs-triage The issue has just been created and it has not been reviewed by the team. parity The issue describes a gap in parity between two or more platforms.

Comments

@github-actions
Copy link

The changes in Add new handler for anonymous query link invoke (#6524) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

Fixes #6525

Description

This PR adds a new invoke handler for the invoke name composeExtension/anonymousQueryLink.
This invoke will get triggered when an user pastes a link for an app that has opted in to the zero install link unfurling feature. The interface is identical to existing handler for composeExtension/queryLink, but the user sensitive information will be anonymized for anonymousQueryLink.

Specific Changes

  • Add new invoke handler for composeExtension/anonymousQueryLink

Testing

UT + manual E2E testing

Please review and, if necessary, port the changes.

@github-actions github-actions bot added ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. needs-triage The issue has just been created and it has not been reviewed by the team. parity The issue describes a gap in parity between two or more platforms. labels Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. needs-triage The issue has just been created and it has not been reviewed by the team. parity The issue describes a gap in parity between two or more platforms.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants