diff --git a/src/commands/Citation.ts b/src/commands/Citation.ts index 0995161..f55a19e 100644 --- a/src/commands/Citation.ts +++ b/src/commands/Citation.ts @@ -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',