Merge branch 'master' of https://github.com/GeneralBots/BotServer
# Conflicts: # package-lock.json
This commit is contained in:
commit
fac588827f
3 changed files with 5 additions and 19102 deletions
19102
package-lock.json
generated
19102
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -74,6 +74,7 @@
|
|||
"express": "4.17.1",
|
||||
"express-remove-route": "1.0.0",
|
||||
"ffmpeg-static": "^4.1.0",
|
||||
"google-libphonenumber": "^3.2.8",
|
||||
"js-beautify": "1.10.2",
|
||||
"marked": "0.8.0",
|
||||
"microsoft-cognitiveservices-speech-sdk": "^1.11.0",
|
||||
|
|
|
@ -414,6 +414,10 @@ export class GBMinService {
|
|||
min.instance.whatsappServiceUrl
|
||||
);
|
||||
}
|
||||
else {
|
||||
min.whatsAppDirectLine =
|
||||
(GBServer.globals.minBoot as any).whatsAppDirectLine;
|
||||
}
|
||||
|
||||
min.userProfile = conversationState.createProperty('userProfile');
|
||||
const dialogState = conversationState.createProperty('dialogState');
|
||||
|
|
Loading…
Add table
Reference in a new issue