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 #2184

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

gandiddi
Copy link
Collaborator

Fixes #minor

Description

This PR port the changes from microsoft/botbuilder-dotnet#6524

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

  • Added new invoke handler for composeExtension/anonymousQueryLink

Testing

The following image shows the related unit test passing.
testRes

@gandiddi gandiddi requested a review from a team as a code owner October 30, 2024 12:25
@gandiddi gandiddi changed the title Add new handler for anonymous query link invoke Port: Add new handler for anonymous query link invoke Oct 30, 2024
@gandiddi gandiddi requested a review from tracyboehrer October 30, 2024 13:44
@tracyboehrer tracyboehrer merged commit a9298c8 into main Oct 30, 2024
7 checks passed
@tracyboehrer tracyboehrer deleted the v-gandiddi/anonymous-query-link branch October 30, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants