-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tomlm/create conversation #1233
Conversation
6a16f7b
to
0d14901
Compare
Pull Request Test Coverage Report for Build 1804
💛 - Coveralls |
if (!endpoint) { | ||
return CreateConversationError.APP_ID_MISSING; | ||
} | ||
} | ||
|
||
export { CreateConversationError, validateCreateConversationRequest }; | ||
|
||
// tslint:disable-next-line:no-consecutive-blank-lines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this was an issue due to auto formatting on Tom's machine, but can this be removed?
08ca4f9
to
d62919c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -40,7 +40,7 @@ cd BotFramework-Emulator | |||
> npm version 5.6.0 or greater is required. | |||
|
|||
``` | |||
npm i -g [email protected] [email protected] jest | |||
npm i -g [email protected] [email protected] webpack-cli jest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused why these dependencies need to be globally installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR fixes #1234 by removing checks for the
members
param in calls to thev3/conversation
api in order to allow the emulation of proactive messaging when bot initiated conversations are required.