FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Port: Add new handler for anonymous query link invoke by gandiddi · Pull Request #2184 · microsoft/botbuilder-python · GitHub

This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Port: Add new handler for anonymous query link invoke - #2184

Merged
tracyboehrer (tracyboehrer) merged 2 commits into
mainfrom
v-gandiddi/anonymous-query-link
Oct 30, 2024
Merged

Port: Add new handler for anonymous query link invoke#2184
tracyboehrer (tracyboehrer) merged 2 commits into
mainfrom
v-gandiddi/anonymous-query-link

Conversation

Copy link
Copy Markdown
Contributor

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.

gandiddi requested a review from a team as a code owner October 30, 2024 12:25
gandiddi changed the title Add new handler for anonymous query link invoke Port: Add new handler for anonymous query link invoke Oct 30, 2024
tracyboehrer (tracyboehrer) deleted the v-gandiddi/anonymous-query-link branch October 30, 2024 14:37
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL