We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3a1e6 commit 37e1960Copy full SHA for 37e1960
index.js
@@ -327,7 +327,7 @@ class BotiumConnectorDirectline3 {
327
this.UserSays({ sourceData: this.caps[Capabilities.DIRECTLINE3_WELCOME_ACTIVITY] }).catch(err => debug(`Failed to send DIRECTLINE3_WELCOME_ACTIVITY: ${err.message}`))
328
}
329
} else {
330
- this.directLine.postActivity({}).subscribe(
+ this.directLine.getSessionId().subscribe(
331
() => {},
332
() => {}
333
)
0 commit comments