Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2198 from monzonj/patch-1
Browse files Browse the repository at this point in the history
Webex adapter: Allow dialogs in threads
  • Loading branch information
benbrown authored Mar 23, 2022
2 parents 98a918f + 088309c commit a9e0052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/botbuilder-adapter-webex/src/webex_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export class WebexAdapter extends BotAdapter {
id: decrypted_message.id,
timestamp: new Date(),
channelId: 'webex',
conversation: { id: decrypted_message.roomId },
conversation: { id: decrypted_message.roomId, parentId: decrypted_message.parentId },
from: { id: decrypted_message.personId, name: decrypted_message.personEmail },
recipient: { id: this.identity.id },
text: decrypted_message.text,
Expand Down

0 comments on commit a9e0052

Please # to comment.