Skip to content

Commit

Permalink
Use recipient ID
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 5, 2023
1 parent a658073 commit 23aeb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Citation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function processor(context: TurnContext) {
`
},
{
'@id': 'ms-bf-channel-account-id:bot',
'@id': `ms-bf-channel-account-id:${context.activity.recipient.id}`,
'@context': 'https://schema.org/',
'@type': 'Person',
type: 'https://schema.org/Person',
Expand Down

0 comments on commit 23aeb0b

Please sign in to comment.