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

feat(widget-chat): encode and send markdown inputs #327

Merged
merged 2 commits into from
Nov 14, 2016

Conversation

adamweeks
Copy link
Contributor

No description provided.

@adamweeks
Copy link
Contributor Author

Builds on #324

Copy link
Contributor

@bzang bzang left a comment

Choose a reason for hiding this comment

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

LGTM.

The only thought I had was thinking about if there's any way we can pull the markdown feature out into it's own component so that it isn't as deeply connected with our base messages. That would make it easier later on if a developer doesn't want to enable markdown, they could just not include the component instead of having to use flag checks. Not necessary now, but just something to think about.

};

return messageObject;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!
I may pull this out into it's own separate helper file when I move things to use the activity structure.

@adamweeks adamweeks merged commit 383e1d8 into webex:widget-dev Nov 14, 2016
@adamweeks adamweeks deleted the markdown-create branch November 14, 2016 21:11
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