Skip to content

Add support for Targeted Messages#427

Merged
singhk97 merged 3 commits into
microsoft:mainfrom
ShanmathiMayuramKrithivasan:shmayura/targeted-messages
Jan 8, 2026
Merged

Add support for Targeted Messages#427
singhk97 merged 3 commits into
microsoft:mainfrom
ShanmathiMayuramKrithivasan:shmayura/targeted-messages

Conversation

@ShanmathiMayuramKrithivasan

@ShanmathiMayuramKrithivasan ShanmathiMayuramKrithivasan commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

Add support for Targeted Messages
This PR introduces support for sending targeted messages - messages delivered privately to a specific recipient within a conversation.

Key Updates:

Added an isTargeted boolean parameter to the send, update, reply and delete APIs. When enabled, the message is sent privately to the Recipient.Id specified in the activity payload.

We append isTargetedActivity=true as a query parameter in API URLs when isTargeted is set, allowing backend services to correctly process these requests.

Comment thread packages/apps/src/contexts/activity.ts Outdated
@singhk97
singhk97 merged commit f30bbda into microsoft:main Jan 8, 2026
5 checks passed
heyitsaamir added a commit that referenced this pull request Jan 8, 2026
heyitsaamir added a commit that referenced this pull request Jan 8, 2026
#427 needs to be reviewed a bit more.
Reverts #427
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.

3 participants