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

msgext-search doesn't work on new Teams #1209

Open
jjjadey opened this issue Mar 25, 2024 · 3 comments
Open

msgext-search doesn't work on new Teams #1209

jjjadey opened this issue Mar 25, 2024 · 3 comments
Assignees
Labels
bug Something isn't working T2.1 Teams 2.1 related issues

Comments

@jjjadey
Copy link

jjjadey commented Mar 25, 2024

I create code from this sample. I found that after I selected a preview item, a selected item doesn't work on new Teams (v2).
image

Old Teams
old-teams

New Teams
new-teams

I compared the response from /invoke and it's the same both old and new Teams

{
    "composeExtension": {
        "attachments": [
            {
                "content": {
                    "title": "ABC",
                    "text": "hello world",
                    "images": [
                        {
                            "url": "https://as-prod.asyncgw.teams.microsoft.com/v1/objects/0-ea-d5-71aa848813d1b34d16f3a20a9bd8f9e6/views/img_preview"
                        }
                    ]
                },
                "contentType": "application/vnd.microsoft.card.thumbnail"
            }
        ],
        "type": "result",
        "attachmentLayout": "list"
    },
    "responseType": "composeExtension"
}
@Prasad-MSFT
Copy link

Prasad-MSFT commented Mar 26, 2024

Hi @jjjadey - thanks for raising your issue. We tried with this sample and observed that it works fine both in Teams Classic and New Teams. Could you please confirm if you are facing the same issue with the above mentioned sample or not?

Meanwhile we will try the sample which you followed and respond back with our findings

@jjjadey
Copy link
Author

jjjadey commented Mar 27, 2024

@Prasad-MSFT Thank you very much for your response. I found another sample works fine too msgext-search-quickstart

@Prasad-MSFT
Copy link

Update:

We have raised a bug for the same. We will inform you once we get any further update from engineering team. Thanks!

@ChetanSharma-msft ChetanSharma-msft added T2.1 Teams 2.1 related issues bug Something isn't working and removed needs-triage 🔍 labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working T2.1 Teams 2.1 related issues
Projects
None yet
Development

No branches or pull requests

3 participants