question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

context.deleteActivity not working with Teams iOS app

See original GitHub issue

Github issues should be used for bugs and feature requests. Use Stack Overflow for general “how-to” questions.

Versions

botbuilder 4.9.0 nodejs v12.16.2 iOS 14.3 latest version of Teams mobile app for iOS

Describe the bug

sending context.deleteActivity(activityId) to the Teams iOS client has no effect, the activity is not deleted Works on android, web and desktop

To Reproduce

The bot sends an adaptive card to the user with an Action.Submit button “delete” The user presses the button The bot receives the activity and executes context.deleteActivity(context.activity.replyToId) Nothing happens

Expected behavior

The app should delete the card

Additional context

Works on android, web and desktop

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
RamaMohanaCharycommented, Mar 3, 2021

Hi @matthiasdilger,

We have tested the issue from our end, able to reproduce the issue. Took this issue as a high priority and raised a bug for this issue, concerned team is working on it, At present we don’t have any ETA to share with you.

0reactions
matthiasdilgercommented, May 19, 2021

Just tested this again on iOS and the issue has been fixed. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

UpdateActivity and DeleteActivity don't work when using ...
I have code, that should change adaptive card (delete of update) and it works correctly in Desktop app and Andriod also:
Read more >
Teams not working on iPhone - Microsoft Community Hub
Teams works on both my desktop and laptop but stopped working on my iPhone. ... I have uninstalled the app and reinstalled as...
Read more >
Known issues in Teams Rooms and devices - Microsoft Learn
This article lists the known issues for the Microsoft Teams Rooms app when it's used on Windows and Android devices.
Read more >
Teams is freezing on iPhone - Microsoft Community
Hi, I am using Teams app on iPhone 13 with iOS 16.0.3 and it is still crashing. After few minutes of use, it...
Read more >
Get context for your tab - Teams - Microsoft Learn
TeamsJS v2 name TeamsJS v1 name Description app.theme theme The current UI theme: default, dark, contrast team.type teamType The type of the team. sharepointSite.teamSiteUrl teamSiteUrl The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found