Skip to content
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

make attach command a Trace activity #935

Merged
merged 2 commits into from
May 21, 2019

Conversation

johnataylor
Copy link
Member

This makes the '/INSPECT attach {etc etc}' a trace activity.

@johnataylor johnataylor requested a review from stevengum May 21, 2019 00:05
@@ -12,6 +12,17 @@ import { Middleware, TurnContext, BotState, StatePropertyAccessor, UserState, Co
/** @private */
class TraceActivity {

public static fromCommand(command: string): Partial<Activity> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to change this function name to makeCommandActivity to align with what is currently in the 4.4 branch

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated function name.

Copy link
Contributor

@tonyanziano tonyanziano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the function name to align with what's in the 4.4 branch

@johnataylor johnataylor requested a review from tonyanziano May 21, 2019 00:28
Copy link
Contributor

@tonyanziano tonyanziano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Tested in the Emulator and it works as it should.

@johnataylor johnataylor merged commit ee0cca1 into master May 21, 2019
@johnataylor johnataylor deleted the johtaylo/attach-should-be-trace branch May 21, 2019 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants