-
-
Notifications
You must be signed in to change notification settings - Fork 69.7k
feat(msteams): Support ack reactions on message receipt #11361
Copy link
Copy link
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingstaleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Summary
The msteams plugin does not support acknowledgment reactions (ack reactions) on inbound messages. Discord, Slack, and Telegram all support this via resolveAckReaction() from the plugin SDK, but the Teams plugin does not call it.
Context
resolveAckReactionis exported fromplugin-sdk/index.tsand used by Discord, Slack, and Telegram- The Bot Framework SDK supports adding reactions to messages via
TurnContext.sendActivitywithMessageReactiontype - Teams supports emoji reactions natively (like, heart, laugh, surprised, sad, angry + custom)
- The
messages.ackReactionandmessages.ackReactionScopeconfig keys exist but have no effect on Teams
Expected Behavior
When a message arrives on Teams, the bot should react with the configured ack emoji (or the agent's identity emoji) to acknowledge receipt, consistent with how Discord/Slack/Telegram behave.
Current Workaround
None. Teams users have no visual indicator that their message was received until the full response arrives.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Give feedbackNo fields configured for issues without a type.