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

Commit

Permalink
Webex adapter: Allow dialogs in threads
Browse files Browse the repository at this point in the history
  • Loading branch information
monzonj authored Feb 13, 2022
1 parent 98a918f commit 088309c
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 088309c

Please # to comment.